Interface IComboBoxHandler
Provides access to methods and properties of the native combobox control.
public interface IComboBoxHandler
Properties
- EmptyTextHint
Gets or sets a hint shown in an empty unfocused text control.
- PopupControl
Gets or sets control that will be shown in the popup.
- 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.