Class TabPageStyleInfoStore
Provides storage for the SplitterPageStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabPageStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
TabPageStyleInfoStore()
Initializes a new instance of the TabSplitterContainerStyleInfoStore class.
Declaration
public TabPageStyleInfoStore()
TabPageStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the TabSplitterContainerStyleInfoStore class from a serialization stream.
Declaration
protected TabPageStyleInfoStore(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 |
ActiveForeColorProperty
Provides information about the ActiveForeColor property.
Declaration
public static readonly StyleInfoProperty ActiveForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderColorProperty
Provides information about the BorderColor property.
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBackColorProperty
Provides information about the DisabledBackColor property.
Declaration
public static readonly StyleInfoProperty DisabledBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledForeColorProperty
Provides information about the DisabledForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedBorderColorProperty
Provides information about the FocusedBorderColor property.
Declaration
public static readonly StyleInfoProperty FocusedBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveBackColorProperty
Provides information about the InactiveBackColor property.
Declaration
public static readonly StyleInfoProperty InactiveBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveForeColorProperty
Provides information about the InactiveForeColor property.
Declaration
public static readonly StyleInfoProperty InactiveForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |