Interface IComboBoxHandler
Provides access to methods and properties of the native combobox control.
public interface IComboBoxHandlerProperties
- AllowMouseWheel
- Gets or sets a value indicating whether the mouse wheel can be used to change the selected item. 
- EmptyTextHint
- Gets or sets a hint shown in an empty unfocused text control. 
- TextMargins
- Gets text margin. It is the empty space between borders of control and the text itself. 
- TextSelectionLength
- Gets the number of characters selected in the editable portion of the combo box. 
- TextSelectionStart
- Gets the starting index of text selected in the combo box. 
Methods
- DismissPopup()
- Closes popup window. 
- SelectAllText()
- Selects all the text in the editable portion of the ComboBox. 
- SelectTextRange(int, int)
- Selects a range of text in the editable portion of the ComboBox. 
- ShowPopup()
- Shows popup window.