Slider.ChannelBoundingBox Property | |
A BoundingBox object determining the size and position of the bounding rectangle for a slider control's channel.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ChannelBoundingBox AS USUAL GET
public virtual Usual ChannelBoundingBox { get; }
Request Example
View SourceProperty Value
Type:
UsualA BoundingBox object determining the size and position of the bounding rectangle for a slider control's channel.
Remarks
A BoundingBox object determining the size and position of the bounding rectangle for a slider control's channel. (The channel is the area over which the thumb moves and which contains the highlight when a range is selected.)
See Also