Class AutoCompleteVisualStyle
Represents the class to define the style for AutoComplete control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AutoCompleteVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
AutoCompleteVisualStyle()
Initializes a new instance of the AutoCompleteVisualStyle class.
Declaration
public AutoCompleteVisualStyle()
AutoCompleteVisualStyle(AutoCompleteStyleInfoIdentity)
Initializes a new instance of the AutoCompleteVisualStyle class.
Declaration
public AutoCompleteVisualStyle(AutoCompleteStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
AutoCompleteStyleInfoIdentity | identity | A AutoCompleteStyleInfoIdentity that holds the identity for this AutoCompleteStyleInfoStore. |
AutoCompleteVisualStyle(AutoCompleteStyleInfoIdentity, AutoCompleteStyleInfoStore)
Initializes a new instance of the AutoCompleteVisualStyle class.
Declaration
public AutoCompleteVisualStyle(AutoCompleteStyleInfoIdentity identity, AutoCompleteStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
AutoCompleteStyleInfoIdentity | identity | A AutoCompleteStyleInfoIdentity that holds the identity for this AutoCompleteStyleInfoStore. |
AutoCompleteStyleInfoStore | store | Holds instance of a AutoCompleteStyleInfoStore class |
AutoCompleteVisualStyle(AutoCompleteStyleInfoStore)
Initializes a new instance of the AutoCompleteVisualStyle class.
Declaration
public AutoCompleteVisualStyle(AutoCompleteStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
AutoCompleteStyleInfoStore | store | Holds instance of a AutoCompleteStyleInfoStore class. |
Properties
BackColor
Gets or sets the background color for AutoCompletePopup.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CloseButtonStyle
Gets or sets the style for AutoCompleteCloseButtonStyleInfo of AutoCompletePopup.
Declaration
[ThemeStudio]
public AutoCompleteCloseButtonStyleInfo CloseButtonStyle { get; set; }
Property Value
Type |
---|
AutoCompleteCloseButtonStyleInfo |
DefaultStyle
Gets the default style value for the SplitButton control.
Declaration
public static AutoCompleteVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
AutoCompleteVisualStyle |
HeaderStyle
Gets or sets the style for AutoCompleteHeaderStyleInfo of AutoCompletePopup.
Declaration
[ThemeStudio]
public AutoCompleteHeaderStyleInfo HeaderStyle { get; set; }
Property Value
Type |
---|
AutoCompleteHeaderStyleInfo |
ItemStyle
Gets or sets the style for AutoCompleteItemStyleInfo of AutoCompletePopup.
Declaration
[ThemeStudio]
public AutoCompleteItemStyleInfo ItemStyle { get; set; }
Property Value
Type |
---|
AutoCompleteItemStyleInfo |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets the default style value of the
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |