WinForms

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

    Show / Hide Table of Contents

    Class ThemedComboBox

    Inheritance
    System.Object
    ComboBoxEx
    ThemedComboBox
    ComboBoxAutoComplete
    FontComboBox
    Implements
    ISupportOffice2007Theme
    IVisualStyle
    Inherited Members
    ComboBoxEx.CreateListBoxWindowHandle()
    ComboBoxEx.ReleaseListBoxWindowHandle()
    ComboBoxEx.OnHandleCreated(EventArgs)
    ComboBoxEx.OnHandleDestroyed(EventArgs)
    ComboBoxEx.OnEnter(EventArgs)
    ComboBoxEx.OnLeave(EventArgs)
    ComboBoxEx.OnDrawItem(DrawItemEventArgs)
    ComboBoxEx.InitScrollersFrame()
    ComboBoxEx.CreateScrollersFrame()
    ComboBoxEx.AttachScrollersFrame(Control)
    ComboBoxEx.DetachScrollersFrame()
    ComboBoxEx.OnFontChanged(EventArgs)
    ComboBoxEx.WndProc(Message)
    ComboBoxEx.DrawItemText(DrawItemEventArgs)
    ComboBoxEx.OnIsStyledChanged()
    ComboBoxEx.CreateParams
    ComboBoxEx.IsStyled
    ComboBoxEx.ShowGripper
    ComboBoxEx.DropDownButtonMetroColorTable
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ThemedComboBox : ComboBoxEx, ISupportOffice2007Theme, IVisualStyle

    Constructors

    ThemedComboBox()

    Declaration
    public ThemedComboBox()

    Properties

    ColorTable

    Declaration
    protected override Office12ColorTable ColorTable { get; }
    Property Value
    Type Description
    Office12ColorTable
    Overrides
    ComboBoxEx.ColorTable

    Office2007ColorTheme

    Gets or sets Office2007 theme.

    Declaration
    public Office2007Theme Office2007ColorTheme { get; set; }
    Property Value
    Type Description
    Office2007Theme

    Office2010ColorTheme

    Gets or sets Office2007 theme.

    Declaration
    public Office2010Theme Office2010ColorTheme { get; set; }
    Property Value
    Type Description
    Office2010Theme

    VisualStyle

    Gets or sets control's visual style.

    Declaration
    public ThemedComboBoxStyles VisualStyle { get; set; }
    Property Value
    Type Description
    ThemedComboBoxStyles

    Methods

    Dispose(Boolean)

    Releases unmanaged and - optionally - managed resources

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

    Overrides
    ComboBoxEx.Dispose(Boolean)

    OnDropDown(EventArgs)

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

    OnDropDownClosed(EventArgs)

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

    Explicit Interface Implementations

    ISupportOffice2007Theme.EnableOffice2007Style()

    Declaration
    void ISupportOffice2007Theme.EnableOffice2007Style()

    IVisualStyle.VisualTheme

    Declaration
    string IVisualStyle.VisualTheme { get; set; }
    Returns
    Type Description
    System.String

    Implements

    ISupportOffice2007Theme
    IVisualStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved