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

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