WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboBoxEx

    Show / Hide Table of Contents

    Class ComboBoxEx

    Inheritance
    System.Object
    ComboBoxEx
    ThemedComboBox
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ComboBoxEx : ComboBox

    Properties

    ColorTable

    Declaration
    protected virtual Office12ColorTable ColorTable { get; }
    Property Value
    Type Description
    Office12ColorTable

    CreateParams

    Declaration
    protected override CreateParams CreateParams { get; }
    Property Value
    Type Description
    System.Windows.Forms.CreateParams

    DropDownButtonMetroColorTable

    Gets or sets the MetroColorTable to customize appearance of the ComboBoxEx DropDown button

    Declaration
    public DropDownButtonMetroColorTable DropDownButtonMetroColorTable { get; set; }
    Property Value
    Type Description
    DropDownButtonMetroColorTable

    IsStyled

    Declaration
    protected bool IsStyled { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowGripper

    Declaration
    protected bool ShowGripper { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    AttachScrollersFrame(Control)

    Attaches scrollersFrame to the PopupControl.

    Declaration
    protected void AttachScrollersFrame(Control control)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control

    CreateListBoxWindowHandle()

    Create the ListBoxWindow's Handle.

    Declaration
    protected virtual void CreateListBoxWindowHandle()

    CreateScrollersFrame()

    Creates new instance of the scrollersFrame.

    Declaration
    protected ScrollersFrame CreateScrollersFrame()
    Returns
    Type Description
    ScrollersFrame

    DetachScrollersFrame()

    Detaches scrollersFrame from the PopupControl.

    Declaration
    protected void DetachScrollersFrame()

    Dispose(Boolean)

    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

    InitScrollersFrame()

    Inits the scrollers frame.

    Declaration
    protected void InitScrollersFrame()

    OnDrawItem(DrawItemEventArgs)

    Declaration
    protected override void OnDrawItem(DrawItemEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.DrawItemEventArgs e

    OnEnter(EventArgs)

    Declaration
    protected override void OnEnter(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnFontChanged(EventArgs)

    Declaration
    protected override void OnFontChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnHandleCreated(EventArgs)

    Declaration
    protected override void OnHandleCreated(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnHandleDestroyed(EventArgs)

    Declaration
    protected override void OnHandleDestroyed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnIsStyledChanged()

    Raises Syncfusion.Windows.Forms.Tools.ComboBoxEx.IsStyledChanged event.

    Declaration
    protected virtual void OnIsStyledChanged()

    OnLeave(EventArgs)

    Declaration
    protected override void OnLeave(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    ReleaseListBoxWindowHandle()

    Releases the ListBoxWindow's Handle.

    Declaration
    protected virtual void ReleaseListBoxWindowHandle()

    WndProc(ref Message)

    Declaration
    protected override void WndProc(ref Message m)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved