Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / HideSelection Property


In This Topic
HideSelection Property (SuperEditBase)
In This Topic
Gets or sets whether selected text loses its highlighting when the control loses focus.
Syntax
'Declaration
 
Public Overridable Property HideSelection As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.HideSelection = value
 
value = instance.HideSelection
See Also