Click or drag to resize

IWinTrackBar Properties

The IWinTrackBar type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywLineSize
Returns the number of logical positions the trackbar's slider moves in response to keyboard input from the arrow keys.
Public propertywMax
Returns the maximum position of the track bar slider.
(Inherited from ITrackBarInt.)
Public propertywMin
Returns the minimum position of the track bar slider.
(Inherited from ITrackBarInt.)
Public propertywNumTics
Returns the number of tick marks on the trackbar, including start and stop.
Public propertywPosition
Gets or sets the position of the track bar slider.
(Inherited from ITrackBarInt.)
Public propertywSelectionEnd
Returns the ending position of the current selection range in a trackbar.
Public propertywSelectionStart
Returns the starting position of the current selection range in a trackbar.
Public propertywTicPosition
Returns the logical position of the specified tick mark.
Top
See Also