An NDoc Documented Class Library

ScrollBar.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

ScrollBar Class | White.Core.UIItems.Scrolling Namespace