Class EditableListVisualStyle
Represents the class to define the style of control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class EditableListVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
EditableListVisualStyle()
Initializes a new instance of the EditableListVisualStyle class.
Declaration
public EditableListVisualStyle()
EditableListVisualStyle(EditableListStyleInfoIdentity)
Initializes a new instance of the EditableListVisualStyle class.
Declaration
public EditableListVisualStyle(EditableListStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
EditableListStyleInfoIdentity | identity | A EditableListStyleInfoIdentity that holds the identity for this EditableListStyleInfoStore. |
EditableListVisualStyle(EditableListStyleInfoIdentity, StyleInfoStore)
Initializes a new instance of the EditableListVisualStyle class.
Declaration
public EditableListVisualStyle(EditableListStyleInfoIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
EditableListStyleInfoIdentity | identity | A EditableListStyleInfoIdentity that holds the identity for this EditableListStyleInfoStore. |
StyleInfoStore | store | The store. |
EditableListVisualStyle(EditableListStyleInfoStore)
Initializes a new instance of the EditableListVisualStyle class.
Declaration
public EditableListVisualStyle(EditableListStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
EditableListStyleInfoStore | store | Holds instance of a EditableListStyleInfoStore class. |
Properties
BackColor
Gets or sets the background color of the EditableList.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the border color of the EditableList textbox.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ButtonBackColor
Gets or sets the button background color of the EditableList.
Declaration
[ThemeStudio]
public Color ButtonBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ButtonBorderColor
Gets or sets the button border color of the EditableList.
Declaration
[ThemeStudio]
public Color ButtonBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default EditableListVisualStyle value.
Declaration
public static EditableListVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
EditableListVisualStyle |
DisabledBackColor
Gets or sets the disabled background color of the EditableList.
Declaration
[ThemeStudio]
public Color DisabledBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverButtonForeColor
Gets or sets the hover button forecolor of the EditableList.
Declaration
[ThemeStudio]
public Color HoverButtonForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ListItemStyle
Gets or sets style for ListItems of the EditableList control.
Declaration
[ThemeStudio]
public ListItemStyleInfo ListItemStyle { get; set; }
Property Value
Type |
---|
ListItemStyleInfo |
NormalButtonForeColor
Gets or sets the button forecolor of the EditableList.
Declaration
[ThemeStudio]
public Color NormalButtonForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectedButtonForeColor
Gets or sets the pressed button forecolor of the EditableList.
Declaration
[ThemeStudio]
public Color SelectedButtonForeColor { 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 EditableListVisualStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |