Spread Windows Forms 17
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
    public virtual bool HideSelection {get; set;}
    See Also