Table of Contents

Interface IComboBoxHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.

OwnerDrawStyle
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.