Class TabControlAdvVisualStyle
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 TabControlAdvVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
TabControlAdvVisualStyle()
Initializes a new instance of the TabControlAdvVisualStyle class.
Declaration
public TabControlAdvVisualStyle()
TabControlAdvVisualStyle(TabControlAdvStyleInfoIdentity)
Initializes a new instance of the TabControlAdvVisualStyle class.
Declaration
public TabControlAdvVisualStyle(TabControlAdvStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
TabControlAdvStyleInfoIdentity | identity | A TabControlAdvStyleInfoIdentity that holds the identity for this TabControlAdvStyleInfoStore. |
TabControlAdvVisualStyle(TabControlAdvStyleInfoIdentity, TabControlAdvStyleInfoStore)
Initializes a new instance of the TabControlAdvVisualStyle class.
Declaration
public TabControlAdvVisualStyle(TabControlAdvStyleInfoIdentity identity, TabControlAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
TabControlAdvStyleInfoIdentity | identity | A TabControlAdvStyleInfoIdentity that holds the identity for this TabControlAdvStyleInfoStore. |
TabControlAdvStyleInfoStore | store | Holds instance of a TabControlAdvStyleInfoStore class |
TabControlAdvVisualStyle(TabControlAdvStyleInfoStore)
Initializes a new instance of the TabControlAdvVisualStyle class.
Declaration
public TabControlAdvVisualStyle(TabControlAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
TabControlAdvStyleInfoStore | store | Holds instance of a TabControlAdvStyleInfoStore class. |
Properties
BackColor
Gets or sets a color value which is used to draw the background of TabControlAdv
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets a color value which is used to draw the border of TabControlAdv
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderFillColor
Gets or sets a color value which is used to fill the border of the TabControlAdv when the property BorderVisible is true.
Declaration
[ThemeStudio]
public Color BorderFillColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for the TabControlAdv control.
Declaration
public static TabControlAdvVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
TabControlAdvVisualStyle |
DisabledBackColor
Gets or sets a color value which is used to draw the disabled background of TabControlAdv
Declaration
[ThemeStudio]
public Color DisabledBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledTabPanelBackColor
Gets or sets a color value which is used to draw the disabled background of TabPanel in TabControlAdv
Declaration
[ThemeStudio]
public Color DisabledTabPanelBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
EditableTabStyle
Gets or sets the style for EditableTabPage of the TabControlAdv.
Declaration
[ThemeStudio]
public EditableTabStyleInfo EditableTabStyle { get; set; }
Property Value
Type |
---|
EditableTabStyleInfo |
PrimitiveButtonStyle
Gets or sets the style for PrimitiveButtons of the TabControlAdv.
Declaration
[ThemeStudio]
public TabControlPrimitiveButtonStyleInfo PrimitiveButtonStyle { get; set; }
Property Value
Type |
---|
TabControlPrimitiveButtonStyleInfo |
TabPanelBackColor
Gets or sets a color value which is used to draw the background of TabPanel in TabControlAdv
Declaration
[ThemeStudio]
public Color TabPanelBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TabStyle
Gets or sets the style for TabPage of the TabControlAdv.
Declaration
[ThemeStudio]
public TabStyleInfo TabStyle { get; set; }
Property Value
Type |
---|
TabStyleInfo |
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. |