Class TabbedFormStyleInfoStore
Provides storage for the TabbedFormStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabbedFormStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
TabbedFormStyleInfoStore()
Initializes a new instance of the TabbedFormStyleInfoStore class.
Declaration
public TabbedFormStyleInfoStore()
TabbedFormStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the TabbedFormStyleInfoStore class from a serialization stream.
Declaration
protected TabbedFormStyleInfoStore(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
Declaration
public static readonly StyleInfoProperty ActiveBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveBorderColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveCloseButtonBackColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveCloseButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveCloseButtonForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveCloseButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveCloseButtonHoverForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveCloseButtonHoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveFontProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveFontProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveHoverBorderColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveHoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveHoverForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveHoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CloseButtonPressedBackColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty CloseButtonPressedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CloseButtonPressedForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty CloseButtonPressedForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveBackColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty InactiveBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveCloseButtonBackColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty InactiveCloseButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveCloseButtonForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty InactiveCloseButtonForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveCloseButtonHoverForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty InactiveCloseButtonHoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveFontProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty InactiveFontProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty InactiveForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InactiveHoverForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty InactiveHoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ScrollButtonArrowForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ScrollButtonArrowForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ScrollButtonBackColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ScrollButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the StaticDataStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |