Class ToolStripExStyleInfoStore
Provides storage for the ToolStripExStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripExStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ToolStripExStyleInfoStore()
Initializes a new instance of the ToolStripExStyleInfoStore class.
Declaration
public ToolStripExStyleInfoStore()
ToolStripExStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the ToolStripExStyleInfoStore class from a serialization stream.
Declaration
protected ToolStripExStyleInfoStore(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
ArrowColorProperty
Provides information about the ArrowColor property.
Declaration
public static readonly StyleInfoProperty ArrowColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BottomToolStripBackColorProperty
Provides information about the BottomToolStripBackColor property.
Declaration
public static readonly StyleInfoProperty BottomToolStripBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CaptionBackColorProperty
Provides information about the CaptionBackColor property.
Declaration
public static readonly StyleInfoProperty CaptionBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CaptionForeColorProperty
Provides information about the CaptionForeColor property.
Declaration
public static readonly StyleInfoProperty CaptionForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CheckBoxStyleProperty
Provides information about the CheckBoxStyle property.
Declaration
public static readonly StyleInfoProperty CheckBoxStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ComboBoxStyleProperty
Provides information about the ComboBoxStyle property.
Declaration
public static readonly StyleInfoProperty ComboBoxStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledArrowColorProperty
Provides information about the DisabledArrowColor property.
Declaration
public static readonly StyleInfoProperty DisabledArrowColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledItemForeColorProperty
Provides information about the DisabledItemForeColor property.
Declaration
public static readonly StyleInfoProperty DisabledItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownStyleProperty
Provides information about the DropDownStyle property.
Declaration
public static readonly StyleInfoProperty DropDownStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
GalleryStyleProperty
Provides information about the GalleryStyle property.
Declaration
public static readonly StyleInfoProperty GalleryStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverArrowColorProperty
Provides information about the HoverArrowColor property.
Declaration
public static readonly StyleInfoProperty HoverArrowColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverItemBackColorProperty
Provides information about the HoverItemBackColor property.
Declaration
public static readonly StyleInfoProperty HoverItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverItemForeColorProperty
Provides information about the HoverItemForeColor property.
Declaration
public static readonly StyleInfoProperty HoverItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemFontProperty
Provides information about the ItemFont property.
Declaration
public static readonly StyleInfoProperty ItemFontProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemForeColorProperty
Provides information about the ItemForeColor property.
Declaration
public static readonly StyleInfoProperty ItemForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
LauncherStyleProperty
Provides information about the LauncherStyle property.
Declaration
public static readonly StyleInfoProperty LauncherStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedItemBackColorProperty
Provides information about the PressedItemBackColor property.
Declaration
public static readonly StyleInfoProperty PressedItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SplitButtonStyleProperty
Provides information about the SplitButtonStyle property.
Declaration
public static readonly StyleInfoProperty SplitButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
SplitterColorProperty
Provides information about the SplitterColor property.
Declaration
public static readonly StyleInfoProperty SplitterColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |