Class TabControlPrimitiveButtonStyleInfoStore
Represents the class holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabControlPrimitiveButtonStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
TabControlPrimitiveButtonStyleInfoStore()
Initializes a new instance of the TabControlPrimitiveButtonStyleInfoStore class.
Declaration
public TabControlPrimitiveButtonStyleInfoStore()
TabControlPrimitiveButtonStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the TabControlPrimitiveButtonStyleInfoStore class.
Declaration
protected TabControlPrimitiveButtonStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. |
Fields
CloseButtonHoverImageProperty
Provides information about the CloseButtonHoverImage property.
Declaration
public static readonly StyleInfoProperty CloseButtonHoverImageProperty
Field Value
Type |
---|
StyleInfoProperty |
CloseButtonImageProperty
Provides information about the CloseButtonImage property.
Declaration
public static readonly StyleInfoProperty CloseButtonImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledCloseButtonImageProperty
Provides information about the DisabledCloseButtonImage property.
Declaration
public static readonly StyleInfoProperty DisabledCloseButtonImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledDropDownImageProperty
Provides information about the DisabledDropDownImage property.
Declaration
public static readonly StyleInfoProperty DisabledDropDownImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledFirstTabImageProperty
Provides information about the DisabledFirstTabImage property.
Declaration
public static readonly StyleInfoProperty DisabledFirstTabImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledLastTabImageProperty
Provides information about the DisabledLastTabImage property.
Declaration
public static readonly StyleInfoProperty DisabledLastTabImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledNextPageImageProperty
Provides information about the DisabledNextPageImage property.
Declaration
public static readonly StyleInfoProperty DisabledNextPageImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledNextTabImageProperty
Provides information about the DisabledNextTabImage property.
Declaration
public static readonly StyleInfoProperty DisabledNextTabImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledOverFlowDropDownImageProperty
Provides information about the DisabledOverFlowDropDownImage property.
Declaration
public static readonly StyleInfoProperty DisabledOverFlowDropDownImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledPreviousPageImageProperty
Provides information about the DisabledPreviousPageImage property.
Declaration
public static readonly StyleInfoProperty DisabledPreviousPageImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledPreviousTabImageProperty
Provides information about the DisabledPreviousTabImage property.
Declaration
public static readonly StyleInfoProperty DisabledPreviousTabImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownHoverImageProperty
Provides information about the DropDownHoverImage property.
Declaration
public static readonly StyleInfoProperty DropDownHoverImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownImageProperty
Provides information about the DropDownImage property.
Declaration
public static readonly StyleInfoProperty DropDownImageProperty
Field Value
Type |
---|
StyleInfoProperty |
FirstTabHoverImageProperty
Provides information about the FirstTabHoverImage property.
Declaration
public static readonly StyleInfoProperty FirstTabHoverImageProperty
Field Value
Type |
---|
StyleInfoProperty |
FirstTabImageProperty
Provides information about the FirstTabImage property.
Declaration
public static readonly StyleInfoProperty FirstTabImageProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBackColorProperty
Provides information about the HoverBackColor property.
Declaration
public static readonly StyleInfoProperty HoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
LastTabHoverImageProperty
Provides information about the LastTabHoverImage property.
Declaration
public static readonly StyleInfoProperty LastTabHoverImageProperty
Field Value
Type |
---|
StyleInfoProperty |
LastTabImageProperty
Provides information about the LastTabImage property.
Declaration
public static readonly StyleInfoProperty LastTabImageProperty
Field Value
Type |
---|
StyleInfoProperty |
NextPageHoverImageProperty
Provides information about the NextPageHoverImage property.
Declaration
public static readonly StyleInfoProperty NextPageHoverImageProperty
Field Value
Type |
---|
StyleInfoProperty |
NextPageImageProperty
Provides information about the NextPageImage property.
Declaration
public static readonly StyleInfoProperty NextPageImageProperty
Field Value
Type |
---|
StyleInfoProperty |
NextTabHoverImageProperty
Provides information about the NextTabHoverImage property.
Declaration
public static readonly StyleInfoProperty NextTabHoverImageProperty
Field Value
Type |
---|
StyleInfoProperty |
NextTabImageProperty
Provides information about the NextTabImage property.
Declaration
public static readonly StyleInfoProperty NextTabImageProperty
Field Value
Type |
---|
StyleInfoProperty |
OverFlowDropDownHoverImageProperty
Provides information about the OverFlowDropDownHoverImage property.
Declaration
public static readonly StyleInfoProperty OverFlowDropDownHoverImageProperty
Field Value
Type |
---|
StyleInfoProperty |
OverFlowDropDownImageProperty
Provides information about the OverFlowDropDownImage property.
Declaration
public static readonly StyleInfoProperty OverFlowDropDownImageProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBackColorProperty
Provides information about the PressedBackColor property.
Declaration
public static readonly StyleInfoProperty PressedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PreviousPageHoverImageProperty
Provides information about the PreviousPageHoverImage property.
Declaration
public static readonly StyleInfoProperty PreviousPageHoverImageProperty
Field Value
Type |
---|
StyleInfoProperty |
PreviousPageImageProperty
Provides information about the PreviousPageImage property.
Declaration
public static readonly StyleInfoProperty PreviousPageImageProperty
Field Value
Type |
---|
StyleInfoProperty |
PreviousTabHoverImageProperty
Provides information about the PreviousTabHoverImage property.
Declaration
public static readonly StyleInfoProperty PreviousTabHoverImageProperty
Field Value
Type |
---|
StyleInfoProperty |
PreviousTabImageProperty
Provides information about the PreviousTabImage property.
Declaration
public static readonly StyleInfoProperty PreviousTabImageProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to get the static data source.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Creates a copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A duplicate of the current object. |