ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / ResetText Method

In This Topic
    ResetText Method (C1ComboBox)
    In This Topic
    Resets the System.Windows.Forms.Control.Text property to its default value (System.String.Empty).
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetText() 
    public virtual void ResetText()
    See Also