[]
Gets or sets a value that indicates whether to hide the selection when the control does not have focus.
public bool HideSelection { get; set; }
Public Property HideSelection As Boolean
Type | Description |
---|---|
bool | true to hide the selection; otherwise, false.
|
You can use this property to keep text highlighted in a control while another form or a dialog box has focus, such as a spelling checker dialog box.