IWinTrackBar Properties |
The IWinTrackBar type exposes the following members.
Name | Description | |
---|---|---|
Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) | |
Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) | |
Height |
The object's height in pixels.
(Inherited from IControl.) | |
Parent |
The parent object.
(Inherited from IObjectTreeNode.) | |
ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) | |
ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) | |
Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) | |
VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) | |
Width |
The object's width in pixels.
(Inherited from IControl.) | |
wLineSize |
Returns the number of logical positions the trackbar's slider moves in response to keyboard input from the arrow keys.
| |
wMax |
Returns the maximum position of the track bar slider.
(Inherited from ITrackBarInt.) | |
wMin |
Returns the minimum position of the track bar slider.
(Inherited from ITrackBarInt.) | |
wNumTics |
Returns the number of tick marks on the trackbar, including start and stop.
| |
wPosition |
Gets or sets the position of the track bar slider.
(Inherited from ITrackBarInt.) | |
wSelectionEnd |
Returns the ending position of the current selection range in a trackbar.
| |
wSelectionStart |
Returns the starting position of the current selection range in a trackbar.
| |
wTicPosition |
Returns the logical position of the specified tick mark.
|