DeselectAll Method (C1NumericEdit)
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