Click or drag to resize
KaxComboBoxItem Properties

The KaxComboBoxItem type exposes the following members.

Properties
  Name Description
Public property ComboBoxParent
Gets the KaxComboBox instance which contains the current item.
Public property DisabledImageUrl
Gets or sets the path to an image to display for the item when it is disabled.
Public property EnableViewState (Overrides ControlEnableViewState.)
Public property ImageUrl
Gets or sets the path to an image to display for the item.
Public property IsSeparator
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 property Owner
Gets the KaxComboBox instance which contains the current item.
Public property Selected
Gets or sets the selected state of the combobox item.
Public property Text
Gets or sets the text caption for the combobox item.
(Overrides ControlItemText.)
Public property ToolTip
Gets or sets the tooltip of the combobox item.
(Overrides WebControlToolTip.)
Public property Value
Gets or sets the value for the combobox item.
(Overrides ControlItemValue.)
Top
See Also