Class ComboBoxVisualStyle
Represents the class to define the style for
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.WinForms.ListView.Styles
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ComboBoxVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ComboBoxVisualStyle()
Initializes a new instance of the ComboBoxVisualStyle class.
Declaration
public ComboBoxVisualStyle()
ComboBoxVisualStyle(ComboBoxStyleInfoIdentity)
Initializes a new instance of the ComboBoxVisualStyle class.
Declaration
public ComboBoxVisualStyle(ComboBoxStyleInfoIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| ComboBoxStyleInfoIdentity | identity | A ComboBoxStyleInfoIdentity that holds the identity for this ComboBoxStyleInfoStore. |
ComboBoxVisualStyle(ComboBoxStyleInfoIdentity, ComboBoxStyleInfoStore)
Initializes a new instance of the ComboBoxVisualStyle class.
Declaration
public ComboBoxVisualStyle(ComboBoxStyleInfoIdentity identity, ComboBoxStyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| ComboBoxStyleInfoIdentity | identity | A ComboBoxStyleInfoIdentity that holds the identity for this ComboBoxStyleInfoStore. |
| ComboBoxStyleInfoStore | store | Holds instance of a ComboBoxStyleInfoStore class |
ComboBoxVisualStyle(ComboBoxStyleInfoStore)
Initializes a new instance of the ComboBoxVisualStyle class.
Declaration
public ComboBoxVisualStyle(ComboBoxStyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| ComboBoxStyleInfoStore | store | Holds instance of a ComboBoxEditorStyleInfoStore class. |
Properties
BorderStyle
Gets or sets the border style for the control.
Declaration
public BorderStyle BorderStyle { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.BorderStyle |
ClearButtonStyle
Gets or sets style for clear button of the SfComboBox control.
Declaration
public ClearButtonStyle ClearButtonStyle { get; set; }
Property Value
| Type |
|---|
| ClearButtonStyle |
DefaultStyle
Gets the default style value for the SfComboBox control.
Declaration
public static ComboBoxVisualStyle DefaultStyle { get; }
Property Value
| Type |
|---|
| ComboBoxVisualStyle |
DropDownButtonStyle
Gets or sets style for drop down button of the SfComboBox control.
Declaration
public DropDownButtonStyle DropDownButtonStyle { get; set; }
Property Value
| Type |
|---|
| DropDownButtonStyle |
DropDownStyle
Gets or sets style for drop down of the SfComboBox control.
Declaration
public DropDownStyleInfo DropDownStyle { get; set; }
Property Value
| Type |
|---|
| DropDownStyleInfo |
EditorStyle
Gets or sets style for drop down button of the SfComboBox control.
Declaration
public ComboBoxEditorStyleInfo EditorStyle { get; set; }
Property Value
| Type |
|---|
| ComboBoxEditorStyleInfo |
ReadOnlyEditorStyle
Gets or sets style for drop down button of the SfComboBox control.
Declaration
public ReadOnlyEditorStyleInfo ReadOnlyEditorStyle { get; set; }
Property Value
| Type |
|---|
| ReadOnlyEditorStyleInfo |
TokenStyle
Gets or sets style for Syncfusion.WinForms.ListView.Token.
Declaration
public TokenStyleInfo TokenStyle { get; set; }
Property Value
| Type |
|---|
| TokenStyleInfo |
ToolTipStyle
Gets or sets the style applied to the tooltip.
Declaration
public ToolTipStyleInfo ToolTipStyle { get; set; }
Property Value
| Type |
|---|
| ToolTipStyleInfo |
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. |
Overrides
GetDefaultStyle()
Gets the default style value of the System.Windows.Forms.ComboBoxStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
| Type | Description |
|---|---|
| StyleInfoBase | Returns the default style value. |