ScrollBar.Range Property (Typed) | |
A range object representing the minimum and maximum values currently in use for the thumb of a scroll bar.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Range AS Range GET SET
public virtual Range Range { get; set; }
Request Example
View SourceProperty Value
Type:
RangeA range object representing the minimum and maximum values currently in use for the thumb of a scroll bar.
See Also