Class SpellCheckerAdvStyleInfoStore
Provides storage for the SpellCheckerAdvVisualStyle object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SpellCheckerAdvStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
SpellCheckerAdvStyleInfoStore()
Initializes a new instance of the SpellCheckerAdvStyleInfoStore class.
Declaration
public SpellCheckerAdvStyleInfoStore()
SpellCheckerAdvStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the SpellCheckerAdvStyleInfoStore class from a serialization stream.
Declaration
protected SpellCheckerAdvStyleInfoStore(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
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CaptionBackColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty CaptionBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CaptionForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty CaptionForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ErrorFontProperty
Provides information about the ErrorFont property.
Declaration
public static readonly StyleInfoProperty ErrorFontProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the BorderColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SuggestionItemStyleProperty
Provides information about the SuggestionItemStyle property.
Declaration
public static readonly StyleInfoProperty SuggestionItemStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the SpellCheckerAdvStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |