CustomComboBox Properties |
The CustomComboBox type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowResizeDropDown |
Indicates if drop-down is resizable.
| |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| ControlSize |
Gets or sets the size of the drop-down control itself.
| |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| DisplayMember |
Gets or sets the property to display for this ListControl.
| |
| DropDownControl |
Gets or sets drop-down control itself.
| |
| DropDownHeight |
Gets or sets the height in pixels of the drop-down portion of the ComboBox.
| |
| DropDownSizeMode |
Gets or sets the sizing mode for the drop-down.
| |
| DropDownStyle |
Gets or sets a value specifying the style of the combo box.
| |
| DropDownWidth |
Gets or sets the width of the of the drop-down portion of a combo box.
| |
| DropSize |
Gets or sets the size of the drop-down area.
| |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| IntegralHeight |
Gets or sets a value indicating whether the control should resize to avoid showing partial items.
| |
| IsDroppedDown |
Indicates if drop-down is currently shown.
| |
| ItemHeight |
Gets or sets the height of an item in the combo box.
| |
| Items |
Gets an object representing the collection of the items contained in this ComboBox.
| |
| MaxDropDownItems |
Gets or sets the maximum number of items to be shown in the drop-down portion of the ComboBox.
| |
| PreventPopupHide |
Gets or sets a value indicating whether to prevent hiding the popup window.
| |
| SelectedIndex |
Gets or sets the index specifying the currently selected item.
| |
| SelectedItem |
Gets or sets currently selected item in the ComboBox.
| |
| SelectedText |
Gets or sets the text that is selected in the editable portion of a ComboBox.
| |
| SelectedValue |
Gets or sets the value of the member property specified by the ValueMember property.
| |
| SelectionLength |
Gets or sets the number of characters selected in the editable portion of the combo box.
| |
| SelectionStart |
Gets or sets the starting index of text selected in the combo box.
| |
| Sorted |
Gets or sets a value indicating whether the items in the combo box are sorted.
| |
| Text |
Gets or sets the text associated with this control.
| |
| ValueMember |
Gets or sets the property to use as the actual value for the items in the ListControl.
|