An NDoc Documented Class Library

TableVerticalScrollBar.MaximumValue Property

[Visual Basic]
Overridable Public Property ReadOnly MaximumValue As Double _
    Implements IScrollBar.MaximumValue
[C#]
public virtual double MaximumValue { get; }
[C++]
public: virtual __property double get_MaximumValue();
[JScript]
public virtual function get MaximumValue() : double

Implements

IScrollBar.MaximumValue

See Also

TableVerticalScrollBar Class | White.Core.UIItems.TableItems Namespace