| BeginUpdate / EndUpdate |
permits you to start a long-time update on the control (for example by adding 1000 elements) without sending out many and many events. So it is fast! |
| CloneFrom |
clones the list from another control |
| DropDown |
shows the dropdown list |
| DropDownWidth |
permits you to choose the size of the drop down list |
| HScroll |
permits you to assign an horizontal scroll bar to the dropdown list |
| IsDroppedDown |
is the list dropped down? |
| IsInIME |
You can use this property for knowing if the KeyPress, KeyDown and KeyUp events have been raised by the active IME window associated to your control. By using this property in the KeyPress event you can avoid the IME text. See here. |
| ManualStart |
Permits you to start the control manually. This method is useful when using this control into another usercontrol to prevent bad iterations. See this page. |
| Sorted / Style |
available at runtime ;-) - eUniComboBox_DropDownListXP - eUniComboBox_DropDownComboXP - eUniComboBox_TextDropDownListXP (with Text appearance) - eUniComboBox_TextDropDownComboXP (with Text appearance) |
| TrapTabKey |
permits you to trap the tab character |