Click or drag to resize

CustomEditComboBox Methods

The CustomEditComboBox type exposes the following members.

Methods
 NameDescription
Protected methodAdjustTextBoxSize Adjusts the size of the edit field so that it is inside the combo box.
Public methodBeginInit Signals the object that initialization is starting.
Public methodEnableSystemStyles Sets system specific behaviour, i.e. FullRowSelect in Vista and upwards.
Public methodEndInit Signals the object that initialization is complete.
Protected methodOnCreateControl Recalculates the ItemHeight. Raises the CreateControl method.
(Overrides ControlOnCreateControl)
Protected methodOnHandleCreated This event is triggered after the handle of the control was created.
(Overrides ComboBoxOnHandleCreated(EventArgs))
Protected methodOnOverlayResizeThis method is called from the OverlayTextBox.Resize Event. It calls the AdjusTextBoxSize method.
Protected methodOnSizeChanged This event is triggered after the size of the combobox changed. Fixes bug #4397.
(Overrides ControlOnSizeChanged(EventArgs))
Protected methodSetFont Sets the font without adjusting other properties.
Top
Extension Methods
 NameDescription
Public Extension MethodGetSelfAndDescendants Returns a flattened collection of a control and all of its descendant controls.
(Defined by ExtensionMethods)
Public Extension MethodHandleNeededA Control extension method that ensures that the handle for a control is created.
(Defined by ExtensionMethods)
Public Extension MethodScaledPixelsAn extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with.
(Defined by ExtensionMethods)
Public Extension MethodScaleFontA Control extension method that scales font according to the passed factor.
(Defined by ExtensionMethods)
Top
See Also