Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / Clear Method


In This Topic
    Clear Method (DropDownEditor)
    In This Topic
    Clears the contents of the control.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    'Usage
     
    
    Dim instance As DropDownEditor
     
    instance.Clear()
    public void Clear()
    Remarks
    This method will cause the Text property to be set to a zero-length string. If the ReadOnly property is set to True, the contents of the control are not changed.
    See Also