HideSelection Property (EditBase)
Gets or sets a value that indicates whether to hide the selection when the control does not have focus.
public bool HideSelection {get; set;}
'Declaration
Public Property HideSelection As Boolean
'Usage
Dim instance As EditBase
Dim value As Boolean
instance.HideSelection = value
value = instance.HideSelection
Property Value
true to hide the selection; otherwise,
false.
The default is
false.