Class AutoCompleteBaseStyleInfoStore
Provides storage for the AutoCompleteStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AutoCompleteBaseStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
AutoCompleteBaseStyleInfoStore()
Initializes a new instance of the
Declaration
public AutoCompleteBaseStyleInfoStore()
AutoCompleteBaseStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the
Declaration
protected AutoCompleteBaseStyleInfoStore(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 BackColorProperty property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the FontProperty property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBackColorProperty
Provides information about the HoverBackColorProperty property.
Declaration
public static readonly StyleInfoProperty HoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectedItemBackColorProperty
Provides information about the SelectedItemBackColorProperty property.
Declaration
public static readonly StyleInfoProperty SelectedItemBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectedItemTextColorProperty
Provides information about the SelectedItemTextColorProperty property.
Declaration
public static readonly StyleInfoProperty SelectedItemTextColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data value of the AutoCompleteBaseStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |