[]
Represents a base drop-down control.
public abstract class C1DropDownControlBase : C1InputHost, ISupportInitialize, IDropDownControlBase, IDropDownOwner, ISupportUiaContainer
| Name | Description |
|---|---|
| C1DropDownControlBase(BaseThemeProvider) | Initializes a new instance of the C1DropDownControlBase class. |
| Name | Description |
|---|---|
| AutoOpen | Gets or sets a value indicating whether to open the drop down control when the control receives the focus. |
| AutoSize | |
| BackColor | |
| ButtonsSettings | Gets the properties of buttons. |
| DataMember | Gets or sets the member of the data source object to which the control is bound. |
| DataSource | Gets or sets the data source object to which the control is bound. |
| DefaultIconSize | Gets or sets the default icon size of control. |
| DropDownAlign | Gets or sets a value that determines the alignment of the drop down form relative to the control. |
| DropDownWidth | Gets or set the width of the drop down form. |
| DroppedDown | Gets or sets a value indicating if the dropdown is currently open. |
| ExtraIcons | Gets a collection with additional input editor icons. |
| ForeColor | |
| Form | Gets the drop down form for this drop down control. |
| GapHeight | Gets or sets a distance in pixels between the control edge and the dropdown. |
| Icon | Gets or sets the C1.Framework.C1Icon that is displayed on a drop down control. |
| Image | Gets or sets the image that is displayed on a drop down control. |
| ImageAlign | Gets or sets the alignment of the image. |
| ImageIndex | Gets or sets the image list index value of the image displayed on a drop down control. |
| ImageKey | Gets or sets the key accessor for the image in the ImageList. |
| ImageList | Gets or sets the ImageList that contains the Image displayed on a drop down control. |
| Name | Description |
|---|---|
| CustomButtonClick | Occurs when Custom button is clicked. |
| DropDownButtonClick | Occurs when DropDown button is clicked. |
| DropDownClosed | Occurs when the dropdown has been closed. |
| DropDownOpened | Occurs after the dropdown is opened. |
| DropDownOpening | Occurs before the dropdown is opened. |
| ModalButtonClick | Occurs when Modal button is clicked. |
| UpDownButtonClick | Occurs when Up or Down buttons are clicked. |