Class FontComboBoxStyleInfoStore
Provides storage for the FontComboBoxVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class FontComboBoxStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
FontComboBoxStyleInfoStore()
Initializes a new instance of the FontComboBoxStyleInfoStore class.
Declaration
public FontComboBoxStyleInfoStore()
FontComboBoxStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the FontComboBoxStyleInfoStore class from a serialization stream.
Declaration
protected FontComboBoxStyleInfoStore(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
DropDownButtonStyleProperty
Provides information about the DropDownButtonStyle property.
Declaration
public static readonly StyleInfoProperty DropDownButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownStyleProperty
Provides information about the DropDownStyle property.
Declaration
public static readonly StyleInfoProperty DropDownStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
EditorStyleProperty
Provides information about the EditorStyle property.
Declaration
public static readonly StyleInfoProperty EditorStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ScrollBarStyleProperty
Provides information about the ScrollBarStyle property.
Declaration
public static readonly StyleInfoProperty ScrollBarStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the ScrollerVisualStyle class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
GetStaticData()
Initializes the
Declaration
protected static StaticData GetStaticData()
Returns
Type |
---|
StaticData |