[]
Gets or sets a bool value that indicates whether to automatically select the item in the list that matches the input in the editor.
[Browsable(true)]
public bool AutoSelect { get; set; }
<Browsable(True)>
Public Property AutoSelect As Boolean
Type | Description |
---|---|
bool | A bool value, true to automatically match the entered characters according to
the input; otherwise, false.
|