Class AutoCompleteTarget
The AutoCompleteTarget class provide the object collection of the column.
Inheritance
System.Object
AutoCompleteTarget
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AutoCompleteTarget
Constructors
AutoCompleteTarget(Control, AutoCompleteModes)
Initializes a new instance of the AutoCompleteTarget class.
Declaration
public AutoCompleteTarget(Control editControl, AutoCompleteModes autoCompleteMode)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | editControl | Indicates the control which are associated to AutoComplete. |
AutoCompleteModes | autoCompleteMode | Indicates the mode of AutoComplete. |
Properties
AutoCompleteMode
Gets or sets the AutoCompleteModes.
Declaration
public AutoCompleteModes AutoCompleteMode { get; set; }
Property Value
Type |
---|
AutoCompleteModes |
EditControl
Get the edit control of the AutoComplete.
Declaration
public Control EditControl { get; }
Property Value
Type |
---|
System.Windows.Forms.Control |