Class ComboBoxEx
Inheritance
System.Object
ComboBoxEx
Assembly: Syncfusion.Tools.Windows.dll
public class ComboBoxEx : ComboBox
Properties
Declaration
protected virtual Office12ColorTable ColorTable { get; }
Property Value
Declaration
protected override CreateParams CreateParams { get; }
Property Value
| Type |
| System.Windows.Forms.CreateParams |
Gets or sets the MetroColorTable to customize appearance of the ComboBoxEx DropDown button
Declaration
public DropDownButtonMetroColorTable DropDownButtonMetroColorTable { get; set; }
Property Value
Declaration
protected bool IsStyled { get; set; }
Property Value
Declaration
protected bool ShowGripper { get; set; }
Property Value
Methods
Attaches scrollersFrame to the PopupControl.
Declaration
protected void AttachScrollersFrame(Control control)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.Control |
control |
|
Create the ListBoxWindow's Handle.
Declaration
protected virtual void CreateListBoxWindowHandle()
Creates new instance of the scrollersFrame.
Declaration
protected ScrollersFrame CreateScrollersFrame()
Returns
Detaches scrollersFrame from the PopupControl.
Declaration
protected void DetachScrollersFrame()
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
|
DrawItemText(DrawItemEventArgs)
Declaration
protected virtual void DrawItemText(DrawItemEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.DrawItemEventArgs |
e |
|
Inits the scrollers frame.
Declaration
protected void InitScrollersFrame()
Declaration
protected override void OnDrawItem(DrawItemEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.DrawItemEventArgs |
e |
|
Declaration
protected override void OnEnter(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Declaration
protected override void OnFontChanged(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Declaration
protected override void OnHandleCreated(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Declaration
protected override void OnHandleDestroyed(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Raises Syncfusion.Windows.Forms.Tools.ComboBoxEx.IsStyledChanged event.
Declaration
protected virtual void OnIsStyledChanged()
Declaration
protected override void OnLeave(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Releases the ListBoxWindow's Handle.
Declaration
protected virtual void ReleaseListBoxWindowHandle()
Declaration
protected override void WndProc(ref Message m)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.Message |
m |
|