Class ThemedComboBox
Inheritance
System.Object
ThemedComboBox
Assembly: Syncfusion.Tools.Windows.dll
public class ThemedComboBox : ComboBoxEx, ISupportOffice2007Theme, IVisualStyle
Constructors
Declaration
Properties
Declaration
protected override Office12ColorTable ColorTable { get; }
Property Value
Overrides
Gets or sets Office2007 theme.
Declaration
public Office2007Theme Office2007ColorTheme { get; set; }
Property Value
Gets or sets Office2007 theme.
Declaration
public Office2010Theme Office2010ColorTheme { get; set; }
Property Value
Gets or sets control's visual style.
Declaration
public ThemedComboBoxStyles VisualStyle { get; set; }
Property Value
Methods
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
Declaration
protected override void OnDropDown(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnDropDownClosed(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Explicit Interface Implementations
Declaration
void ISupportOffice2007Theme.EnableOffice2007Style()
Declaration
string IVisualStyle.VisualTheme { get; set; }
Returns
Implements