Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / DeselectAll Method

In This Topic
    DeselectAll Method (C1TextBoxBase)
    In This Topic
    Specifies that the value of the SelectionLength property is zero so that no characters are selected in the control.
    Syntax
    'Declaration
     
    
    Public Sub DeselectAll() 
    public void DeselectAll()
    See Also