V.3.1
ctlUniComboBoxXP

Unicode ComboBox
>>Common properties

Some Properties/Methods:
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
Events:
AfterDropDown raised before closing the drop down list
BeforeDropDown raised before dropping down the list
IMEComposition see here
ItemSelecting raised when selecting an item in the drop down list
MouseWheel raised when someone scrolls the mouse wheel
http://www.hexagora.com
Thu, 20 Oct 2011 07:20:48 UT
Copyright 2003-11 by Lorenzi Davide