Class TabStyleInfoStore
Provides storage for the TabStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
TabStyleInfoStore()
Initializes a new instance of the TabStyleInfoStore class.
Declaration
public TabStyleInfoStore()
TabStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the TabStyleInfoStore class from a serialization stream.
Declaration
protected TabStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | An object that holds all the data needed to serialize or deserialize this instance. |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of the serialized stream specified by info. |
Fields
ActiveBackColorProperty
Provides information about the ActiveBackColor property.
Declaration
public static readonly StyleInfoProperty ActiveBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveBorderColorProperty
Provides information about the ActiveBorderColor property.
Declaration
public static readonly StyleInfoProperty ActiveBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveCloseButtonBackColorProperty
Provides information about the ActiveCloseButtonBackColor property.
Declaration
public static readonly StyleInfoProperty ActiveCloseButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveCloseButtonForeColorProperty
Provides information about the ActiveCloseButtonForeColor property.
Declaration
public static readonly StyleInfoProperty ActiveCloseButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveFontProperty
Provides information about the ActiveFont property.
Declaration
public static readonly StyleInfoProperty ActiveFontProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveForeColorProperty
Provides information about the ActiveForeColor property.
Declaration
public static readonly StyleInfoProperty ActiveForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledActiveBackColorProperty
Provides information about the DisabledActiveBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledActiveBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledActiveForeColorProperty
Provides information about the DisabledActiveForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledActiveForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBackColorProperty
Provides information about the DisabledBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBorderColorProperty
Provides information about the DisabledBorderColor property.
Declaration
public static readonly StyleInfoProperty DisabledBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledForeColorProperty
Provides information about the DisabledForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverActiveBorderColorProperty
Provides information about the HoverActiveBorderColor property.
Declaration
public static readonly StyleInfoProperty HoverActiveBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverActiveCloseButtonForeColorProperty
Provides information about the HoverActiveCloseButtonForeColor property.
Declaration
public static readonly StyleInfoProperty HoverActiveCloseButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverActiveForeColorProperty
Provides information about the HoverActiveForeColor property.
Declaration
public static readonly StyleInfoProperty HoverActiveForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverInactiveCloseButtonForeColorProperty
Provides information about the HoverInactiveCloseButtonForeColor property.
Declaration
public static readonly StyleInfoProperty HoverInactiveCloseButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverInactiveForeColorProperty
Provides information about the HoverInactiveForeColor property.
Declaration
public static readonly StyleInfoProperty HoverInactiveForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveBackColorProperty
Provides information about the InactiveBackColor property.
Declaration
public static readonly StyleInfoProperty InactiveBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveCloseButtonBackColorProperty
Provides information about the InactiveCloseButtonBackColor property.
Declaration
public static readonly StyleInfoProperty InactiveCloseButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveCloseButtonForeColorProperty
Provides information about the InactiveCloseButtonForeColor property.
Declaration
public static readonly StyleInfoProperty InactiveCloseButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveFontProperty
Provides information about the InactiveFont property.
Declaration
public static readonly StyleInfoProperty InactiveFontProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveForeColorProperty
Provides information about the InactiveForeColor property.
Declaration
public static readonly StyleInfoProperty InactiveForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedCloseButtonBackColorProperty
Provides information about the PressedCloseButtonBackColor property.
Declaration
public static readonly StyleInfoProperty PressedCloseButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedCloseButtonForeColorProperty
Provides information about the PressedCloseButtonForeColor property.
Declaration
public static readonly StyleInfoProperty PressedCloseButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SeparatorColorProperty
Provides information about the SeparatorColor property.
Declaration
public static readonly StyleInfoProperty SeparatorColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |