Class FontComboBoxVisualStyle
Represents the class to define the style of FontComboBox control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class FontComboBoxVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
FontComboBoxVisualStyle()
Initializes a new instance of the FontComboBoxVisualStyle class.
Declaration
public FontComboBoxVisualStyle()
FontComboBoxVisualStyle(FontComboBoxStyleInfoIdentity)
Initializes a new instance of the FontComboBoxVisualStyle class.
Declaration
public FontComboBoxVisualStyle(FontComboBoxStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
FontComboBoxStyleInfoIdentity | identity | A FontComboBoxStyleInfoIdentity that holds the identity for this FontComboBoxStyleInfoStore. |
FontComboBoxVisualStyle(FontComboBoxStyleInfoIdentity, FontComboBoxStyleInfoStore)
Initializes a new instance of the FontComboBoxVisualStyle class.
Declaration
public FontComboBoxVisualStyle(FontComboBoxStyleInfoIdentity identity, FontComboBoxStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
FontComboBoxStyleInfoIdentity | identity | A FontComboBoxStyleInfoIdentity that holds the identity for this FontComboBoxStyleInfoStore. |
FontComboBoxStyleInfoStore | store | Holds instance of a FontComboBoxStyleInfoStore class |
FontComboBoxVisualStyle(FontComboBoxStyleInfoStore)
Initializes a new instance of the FontComboBoxVisualStyle class.
Declaration
public FontComboBoxVisualStyle(FontComboBoxStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
FontComboBoxStyleInfoStore | store | Holds instance of a FontComboBoxStyleInfoStore class. |
Properties
DefaultStyle
Gets the default style value for the FontComboBox control.
Declaration
public static FontComboBoxVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
FontComboBoxVisualStyle |
DropDownButtonStyle
Gets or sets the value of MultiColumnComboDropDownButtonStyleInfo.
Declaration
[ThemeStudio]
public MultiColumnComboDropDownButtonStyleInfo DropDownButtonStyle { get; set; }
Property Value
Type |
---|
MultiColumnComboDropDownButtonStyleInfo |
DropDownStyle
Gets or sets the value of DropDownStyleInfo.
Declaration
[ThemeStudio]
public DropDownStyleInfo DropDownStyle { get; set; }
Property Value
Type |
---|
DropDownStyleInfo |
EditorStyle
Gets or sets the value of MultiColumnComboEditorStyleInfo.
Declaration
[ThemeStudio]
public MultiColumnComboEditorStyleInfo EditorStyle { get; set; }
Property Value
Type |
---|
MultiColumnComboEditorStyleInfo |
ScrollBarStyle
Gets or sets the value of ScrollBarStyleInfo.
Declaration
[ThemeStudio]
public ScrollBarStyleInfo ScrollBarStyle { get; set; }
Property Value
Type |
---|
ScrollBarStyleInfo |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip |
Returns
Type |
---|
StyleInfoSubObjectIdentity |