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

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 KaxComboBoxItem : ControlItem, 
	IComparable

The KaxComboBoxItem type exposes the following members.

Constructors
  NameDescription
Public methodKaxComboBoxItem
Initializes a new instance of the KaxComboBoxItem class.
Public methodKaxComboBoxItem(String)
Initializes a new instance of the KaxComboBoxItem class. Does not set the Value property of the instance.
Public methodKaxComboBoxItem(String, String)
Initializes a new instance of the KaxComboBoxItem class.
Top
Methods
  NameDescription
Public methodCompareTo
Compares two instance for equality.

Return Value

Type: 
returns 0 if equal, a positive number if the first is greater than the second, and a negative number otherwise.
Public methodRemove
Top
Properties
  NameDescription
Public propertyComboBoxParent
Gets the KaxComboBox instance which contains the current item.
Public propertyDisabledImageUrl
Gets or sets the path to an image to display for the item when it is disabled.
Public propertyEnableViewState (Overrides ControlEnableViewState.)
Public propertyImageUrl
Gets or sets the path to an image to display for the item.
Public propertyIsSeparator
Sets or gets whether the item is separator. It also represents a logical state of the item. Might be used in some applications for keyboard navigation to omit processing items that are marked as separators.
Public propertyOwner
Gets the KaxComboBox instance which contains the current item.
Public propertySelected
Gets or sets the selected state of the combobox item.
Public propertyText
Gets or sets the text caption for the combobox item.
(Overrides ControlItemText.)
Public propertyToolTip
Gets or sets the tooltip of the combobox item.
(Overrides WebControlToolTip.)
Public propertyValue
Gets or sets the value for the combobox item.
(Overrides ControlItemValue.)
Top
See Also