Class AutoCompleteStyleHelper
Represents the class to define the style for AutoCompletePopup button.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AutoCompleteStyleHelper : ComboBoxAdvRenderer
Constructors
AutoCompleteStyleHelper(AutoComplete)
Initialize the instance of AutoCompleteStyleHelper class.
Declaration
public AutoCompleteStyleHelper(AutoComplete autoComplete)
Parameters
| Type | Name | Description |
|---|---|---|
| AutoComplete | autoComplete | Indicates the control. |
Properties
CloseButtonHoverBackColor
Gets the CloseButton fore color in hover state.
Declaration
public override Color CloseButtonHoverBackColor { get; }
Property Value
| Type |
|---|
| System.Drawing.Color |
Overrides
CloseButtonNormalForeColor
Gets the CloseButton fore color.
Declaration
public override Color CloseButtonNormalForeColor { get; }
Property Value
| Type |
|---|
| System.Drawing.Color |