Skybound AutoComplete

AutoComplete.Control Property

Gets the Control for which this instance enables autocompletion.

[Visual Basic]
Public ReadOnly Property Control As Control
[C#]
public System.Windows.Forms.Control Control {get;}

Property Value

The TextBox or ComboBox associated with the instance.

Remarks

Only a single instance of AutoComplete may be associated with a control at any given time.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace