Custom |
The CustomEditComboBox type exposes the following members.
| Name | Description | |
|---|---|---|
| AdjustTextBoxSize | Adjusts the size of the edit field so that it is inside the combo box. | |
| BeginInit | Signals the object that initialization is starting. | |
| EnableSystemStyles | Sets system specific behaviour, i.e. FullRowSelect in Vista and upwards. | |
| EndInit | Signals the object that initialization is complete. | |
| OnCreateControl |
Recalculates the ItemHeight.
Raises the CreateControl method.
(Overrides ControlOnCreateControl) | |
| OnHandleCreated |
This event is triggered after the handle of the control was created.
(Overrides ComboBoxOnHandleCreated(EventArgs)) | |
| OnOverlayResize | This method is called from the OverlayTextBox.Resize Event. It calls the AdjusTextBoxSize method. | |
| OnSizeChanged |
This event is triggered after the size of the combobox changed. Fixes bug #4397.
(Overrides ControlOnSizeChanged(EventArgs)) | |
| SetFont | Sets the font without adjusting other properties. |
| Name | Description | |
|---|---|---|
| GetSelfAndDescendants |
Returns a flattened collection of a control and all of its descendant controls.
(Defined by ExtensionMethods) | |
| HandleNeeded | A Control extension method that ensures that the handle for a control is created. (Defined by ExtensionMethods) | |
| ScaledPixels | An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with. (Defined by ExtensionMethods) | |
| ScaleFont | A Control extension method that scales font according to the passed factor. (Defined by ExtensionMethods) |