[]
Gets or sets a value indicating whether hide selection when the control has no focus.
public bool HideSelection { get; set; }
Public Property HideSelection As Boolean
Type | Description |
---|---|
bool | true if hide 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.