Class AutoCompleteCloseButtonStyleInfo
Represents the class to define the style for AutoCompletePopup close button.
Inheritance
System.Object
AutoCompleteCloseButtonStyleInfo
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 AutoCompleteCloseButtonStyleInfo : AutoCompleteStyleInfo, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
AutoCompleteCloseButtonStyleInfo()
Initializes a new instance of the AutoCompleteCloseButtonStyleInfo class.
Declaration
public AutoCompleteCloseButtonStyleInfo()
AutoCompleteCloseButtonStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the AutoCompleteCloseButtonStyleInfo class.
Declaration
public AutoCompleteCloseButtonStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
AutoCompleteCloseButtonStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the AutoCompleteCloseButtonStyleInfo class.
Declaration
public AutoCompleteCloseButtonStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A AutoCompleteBaseStyleInfoIdentity that holds the identity for this AutoCompleteBaseStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
DefaultStyle
Gets the default style value for the AutoCompletePopup items.
Declaration
public static AutoCompleteCloseButtonStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
AutoCompleteCloseButtonStyleInfo |
HoverBackColor
Gets or sets the Font style for AutoCompletePopup header text.
Declaration
[ThemeStudio]
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the AutoCompleteCloseButtonStyleInfo 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