Click or drag to resize
KaxTrackBarItem Properties

The KaxTrackBarItem type exposes the following members.

Properties
  Name Description
Public property Owner
Gets the KaxTrackBar instance which contains the current item.
Public property Selected
Gets the selected state of the trackbar item.
Public property Text
Gets or sets the text caption for the trackbar item.
(Overrides ControlItemText.)
Public property ToolTip
Gets or sets the tooltip of the trackbar item.
(Overrides WebControlToolTip.)
Public property TrackBarParent
Gets the KaxTrackBar instance which contains the current item.
Public property Value
Gets or sets the value for the trackbar item.
(Overrides ControlItemValue.)
Top
See Also