Click or drag to resize
KaxTrackBarItem Class
KaxTrackBarItem class.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsControlItem
        Kettic.AspNet.ControlsKaxTrackBarItem

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxTrackBarItem : ControlItem

The KaxTrackBarItem type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyOwner
Gets the KaxTrackBar instance which contains the current item.
Public propertySelected
Gets the selected state of the trackbar item.
Public propertyText
Gets or sets the text caption for the trackbar item.
(Overrides ControlItemText.)
Public propertyToolTip
Gets or sets the tooltip of the trackbar item.
(Overrides WebControlToolTip.)
Public propertyTrackBarParent
Gets the KaxTrackBar instance which contains the current item.
Public propertyValue
Gets or sets the value for the trackbar item.
(Overrides ControlItemValue.)
Top
See Also