Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / HideSelection Property

In This Topic
    HideSelection Property (C1TextBoxBase)
    In This Topic
    Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus.
    Syntax
    'Declaration
     
    
    Public Property HideSelection As Boolean
    public bool HideSelection {get; set;}
    See Also