Class EditableTabStyleInfo
Represents the class to define the style for TabControlAdv control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class EditableTabStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
EditableTabStyleInfo()
Initializes a new instance of the EditableTabStyleInfo class.
Declaration
public EditableTabStyleInfo()
EditableTabStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the EditableTabStyleInfo class.
Declaration
public EditableTabStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A EditableTabStyleInfoIdentity that holds the identity for this EditableTabStyleInfoStore. |
EditableTabStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the EditableTabStyleInfo class.
Declaration
public EditableTabStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A EditableTabStyleInfoIdentity that holds the identity for this EditableTabStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets a color which is used to fill the background color of EditableTabPage in TabControlAdv
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the TabControlAdv control.
Declaration
public static EditableTabStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
EditableTabStyleInfo |
ForeColor
Gets or sets a color which is used to draw the text of EditableTabPage in TabControlAdv
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the EditableTabStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |