Class AutoCompleteStyleInfo
Represents the class to define the style for AutoCompletePopup headers.
Inheritance
System.Object
AutoCompleteStyleInfo
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AutoCompleteStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
AutoCompleteStyleInfo()
Initializes a new instance of the AutoCompleteStyleInfo class.
Declaration
public AutoCompleteStyleInfo()
AutoCompleteStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the AutoCompleteStyleInfo class.
Declaration
public AutoCompleteStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A AutoCompleteBaseStyleInfoIdentity that holds the identity for this AutoCompleteBaseStyleInfoStore. |
AutoCompleteStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the AutoCompleteHeaderStyleInfo class.
Declaration
public AutoCompleteStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
StyleInfoStore | store | The store. |
Properties
DefaultStyle
Gets the default style value for the AutoCompletePopup.
Declaration
public static AutoCompleteStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
AutoCompleteStyleInfo |
ForeColor
Gets or sets the fore color value AutoCompletePopup.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the AutoCompleteStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable