Class AutoCompleteItemStyleInfo
Represents the class to define the style for AutoCompletePopup items.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AutoCompleteItemStyleInfo : AutoCompleteStyleInfo, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
AutoCompleteItemStyleInfo()
Initializes a new instance of the AutoCompleteItemStyleInfo class.
Declaration
public AutoCompleteItemStyleInfo()
AutoCompleteItemStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the AutoCompleteItemStyleInfo class.
Declaration
public AutoCompleteItemStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | A |
AutoCompleteItemStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the AutoCompleteItemStyleInfo class.
Declaration
public AutoCompleteItemStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | A |
| 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 AutoCompleteItemStyleInfo DefaultStyle { get; }
Property Value
| Type |
|---|
| AutoCompleteItemStyleInfo |
Font
Gets or sets the Font style for AutoCompletePopup items.
Declaration
[ThemeStudio]
public Font Font { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Font |
SelectedItemBackColor
Gets or sets the background color for selected items of AutoCompletePopup.
Declaration
[ThemeStudio]
public Color SelectedItemBackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
SelectedItemTextColor
Gets or sets the fore color for selected items of AutoCompletePopup.
Declaration
[ThemeStudio]
public Color SelectedItemTextColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the AutoCompleteItemStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
| Type | Description |
|---|---|
| StyleInfoBase | Returns the default style value. |