Select | Simulates a user selection in the combo box. |
Active | Indicates whether the item has the focus. Set the property as follows:
|
DataBind | The DataBind object tied to this item. |
ExpandType | The expand types of the combo box. |
Item | The item properties of the combo box. You can get the item that specifics the combo box, and set the item properties if necessary. |
Selected | The selected value. |
ValidValues | The valid values for the combo box. |
ClickAfter | ClickAfter |
ClickBefore | ClickBefore |
ComboSelectAfter | The event occurs after a value was selected in a combo box. |
ComboSelectBefore | The event occurs before a value was selected in a combo box. |
DoubleClickAfter | DoubleClickAfter |
DoubleClickBefore | DoubleClickBefore |
GotFocusAfter | GotFocusAfter |
KeyDownAfter | KeyDownAfter |
KeyDownBefore | KeyDownBefore |
LostFocusAfter | LostFocusAfter |
PressedAfter | PressedAfter |
PressedBefore | PressedBefore |