Class MultiColumnComboEditorStyleInfo
Represents the class to define the style for MultiColumnComboBox control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class MultiColumnComboEditorStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
MultiColumnComboEditorStyleInfo()
Initializes a new instance of the MultiColumnComboEditorStyleInfo class.
Declaration
public MultiColumnComboEditorStyleInfo()
MultiColumnComboEditorStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the MultiColumnComboEditorStyleInfo class.
Declaration
public MultiColumnComboEditorStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A MultiColumnComboEditorStyleInfoIdentity that holds the identity for this MultiColumnComboEditorStyleInfoStore. |
MultiColumnComboEditorStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the MultiColumnComboEditorStyleInfo class.
Declaration
public MultiColumnComboEditorStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A MultiColumnComboEditorStyleInfoIdentity that holds the identity for this MultiColumnComboEditorStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the background color of MultiColumnComboBox.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the border color of MultiColumnComboBox in normal state.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the
Declaration
public static MultiColumnComboEditorStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
MultiColumnComboEditorStyleInfo |
DisabledBackColor
Gets or sets the background color of MultiColumnComboBox in diabled state.
Declaration
[ThemeStudio]
public Color DisabledBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledBorderColor
Gets or sets the border color of MultiColumnComboBox in disabled state.
Declaration
[ThemeStudio]
public Color DisabledBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledTextColor
Gets or sets the text color of MultiColumnComboBox in disabled state.
Declaration
[ThemeStudio]
public Color DisabledTextColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
FocusedBorderColor
Gets or sets the border color of MultiColumnComboBox in focused state.
Declaration
[ThemeStudio]
public Color FocusedBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
FocusedTextColor
Gets or sets the text color of MultiColumnComboBox in focused state.
Declaration
[ThemeStudio]
public Color FocusedTextColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverBorderColor
Gets or sets the border color of MultiColumnComboBox in hover state.
Declaration
[ThemeStudio]
public Color HoverBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TextColor
Gets or sets the text color of MultiColumnComboBox in normal state.
Declaration
[ThemeStudio]
public Color TextColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
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
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |