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