Class ComboBoxAdvVisualStyle
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ComboBoxAdvVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ComboBoxAdvVisualStyle()
Initializes a new instance of the ComboBoxAdvVisualStyle class.
Declaration
public ComboBoxAdvVisualStyle()
ComboBoxAdvVisualStyle(ComboBoxAdvStyleInfoIdentity)
Initializes a new instance of the ComboBoxAdvVisualStyle class.
Declaration
public ComboBoxAdvVisualStyle(ComboBoxAdvStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
ComboBoxAdvStyleInfoIdentity | identity | A ComboBoxAdvStyleInfoIdentity that holds the identity for this ComboBoxAdvStyleInfoStore. |
ComboBoxAdvVisualStyle(ComboBoxAdvStyleInfoIdentity, ComboBoxAdvStyleInfoStore)
Initializes a new instance of the ComboBoxAdvVisualStyle class.
Declaration
public ComboBoxAdvVisualStyle(ComboBoxAdvStyleInfoIdentity identity, ComboBoxAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
ComboBoxAdvStyleInfoIdentity | identity | A ComboBoxAdvStyleInfoIdentity that holds the identity for this ComboBoxAdvStyleInfoStore. |
ComboBoxAdvStyleInfoStore | store | Holds instance of a |
ComboBoxAdvVisualStyle(ComboBoxAdvStyleInfoStore)
Initializes a new instance of the ComboBoxAdvVisualStyle class.
Declaration
public ComboBoxAdvVisualStyle(ComboBoxAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
ComboBoxAdvStyleInfoStore | store | Holds instance of a ComboBoxAdvStyleInfoStore class. |
Properties
DefaultStyle
Gets the default style value for the
Declaration
public static ComboBoxAdvVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
ComboBoxAdvVisualStyle |
DropDownButtonStyle
Gets or sets the value of ComboBoxAdv DropDownButton.
Declaration
[ThemeStudio]
public MultiColumnComboDropDownButtonStyleInfo DropDownButtonStyle { get; set; }
Property Value
Type |
---|
MultiColumnComboDropDownButtonStyleInfo |
DropDownStyle
Gets or sets the value of ComboBoxAdv Editor.
Declaration
[ThemeStudio]
public DropDownStyleInfo DropDownStyle { get; set; }
Property Value
Type |
---|
DropDownStyleInfo |
EditorStyle
Gets or sets the value of ComboBoxAdv Editor.
Declaration
[ThemeStudio]
public MultiColumnComboEditorStyleInfo EditorStyle { get; set; }
Property Value
Type |
---|
MultiColumnComboEditorStyleInfo |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |