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. |
Caption | The button combo's caption.
Use this property to set the caption when no valid values are specified; the item then acts as a Button. |
DataBind | The DataBind object tied to this item. |
ExpandType | The expand types of the button combo. |
Item | The item properties of the button combo. You can get the item that specifics the button combo, and set the item properties if necessary. |
Selected | The currently selected value. |
ValidValues | The valid values for this item.
Add or remove valid values with the Add and Remove methods of the ValidValues object. |
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. |
KeyDownAfter | The event occurs after the key was pressed. |
KeyDownBefore | The event occurs before the key was pressed. |
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. |