ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / ITextBoxBase Interface / DeselectAll Method

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