[]
Summary description for ComboBoxContainer.
public class ComboBoxContainer : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| ComboBoxContainer() | Initialize a new instance of ComboBoxContainer class. |
| ComboBoxContainer(Control, Control) | Initialize a new instance of ComboBoxContainer class. |
| Name | Description |
|---|---|
| AutoSize | Determines whether or not the combo height can be resized. |
| BorderStyle | Returns or sets the border style for the control. |
| ButtonWidth | Gets the width for the combo button. |
| ComboStyle | Returns or sets a value indicating the display type and behavior of the control. |
| ContainsFocus | |
| ContentHeight | |
| ContextMenuStrip | Gets or sets the ContextMenuStrip associated with this control. |
| Corners | Gets or sets the radii of the control corners. |
| DefaultSize | |
| DropDownCorners | Gets or sets the radii of the drop down form corners. |
| DropDownHeight | Returns or sets the height of the dropped down. |
| DropDownWidth | Returns or sets the width of the dropped down. |
| DropdownPosition | Returns or sets the dropdown position. |
| DroppedDown | Returns or sets whether the drop-down window is visible. |
| FlatStyle | Controls the 3D look of the combo box. |
| Focused | |
| GapHeight | Returns or sets the length between the edit portion and the dropdown portion of the combo box. |
| ReadOnly | Controls whether the text in the control can be changed or not. |
| RightToLeft | When True, applies right to left text functionality. |
| ToolTip | Gets or sets the tooltip text. |
| allowMouseWheel | Gets a value indicating whether the mouse wheel is enabled. |
| Name | Description |
|---|---|
| BeforeOpen | Fires before the list is dropped down. |
| BorderStyleChanged | Fires when BorderStyle property is changed. |
| Close | Fires when the user closes the list portion of the control by clicking the dropdown button or by pressing ALT + Down Arrow while the control is open. |
| ComboStyleChanged | Fires when the user changes the ComboStyle property. |
| Open | Fires when the user opens the list portion of the control by clicking the dropdown button or by pressing ALT + DOWN ARROW while the control is closed. |