Select | Simulates a user selection in the combo box.
This method, if successful, triggers an item event of type et_COMBO_SELECT. |
SelectExclusive | Simulates a user selection in the combo box.
This method, if successful, triggers an item event of type et_COMBO_SELECT. |
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 currently selected value. |
TabOrder | The item's tab order, which can be any long integer equal to or greater than 0.
Tab order is the order in which form items get focus when the user presses the TAB key. Only items that can get focus can get a tab order value, for example, you cannot set a tab order for cells or columns. Two items can have the same tab order, in which case the order is not guaranteed. |
ValidValues | The valid values for this item.
Add or remove valid values with the Add and Remove methods of the ValidValues object. |
Value | The current value displayed in the combo box. |
ClickAfter | The event occurs after the main mouse button was clicked. |
ClickBefore | The event occurs before the main mouse button was clicked. |
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 | The event occurs after the main mouse button was double clicked. |
DoubleClickBefore | The event occurs before the main mouse button was double clicked. |
GotFocusAfter | GotFocusAfter |
KeyDownAfter | The event occurs after the key was pressed. |
KeyDownBefore | The event occurs before the key was pressed. |
LostFocusAfter | LostFocusAfter |
PressedAfter | The event occurs after the item was pressed, that is, a mouse is released within an item. |
PressedBefore | The event occurs before the item was pressed. |