Class SplitButtonAdvStyleInfoStore
Provides storage for the SplitButtonAdvVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SplitButtonAdvStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
SplitButtonAdvStyleInfoStore()
Initializes a new instance of the SplitButtonAdvStyleInfoStore class.
Declaration
public SplitButtonAdvStyleInfoStore()
SplitButtonAdvStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the SplitButtonAdvStyleInfoStore class from a serialization stream.
Declaration
protected SplitButtonAdvStyleInfoStore(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
BorderColorProperty
Provides information about the BorderColor property.
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderThicknessProperty
Provides information about the Syncfusion.Windows.Forms.Tools.SplitButtonAdvVisualStyle.BorderThickness property.
Declaration
public static readonly StyleInfoProperty BorderThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonStyleProperty
Provides information about the SplitDropDownButtonStyle property.
Declaration
public static readonly StyleInfoProperty ButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
CornerRadiusProperty
Provides information about the Syncfusion.Windows.Forms.Tools.SplitButtonAdvVisualStyle.CornerRadius property.
Declaration
public static readonly StyleInfoProperty CornerRadiusProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledBorderColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty DisabledBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownButtonStyleProperty
Provides information about the SplitDropDownButtonStyle property.
Declaration
public static readonly StyleInfoProperty DropDownButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty DropDownStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedBorderColorProperty
Provides information about the
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 |
HoverBorderColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty HoverBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBorderColorProperty
Provides information about the PressedBorderColor property.
Declaration
public static readonly StyleInfoProperty PressedBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the SplitButtonAdvStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |