HideSelection Property (IComboBox)
In This Topic
Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus.
Syntax
'Declaration
Property HideSelection As Boolean
bool HideSelection {get; set;}
See Also