Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / ShortcutClear Method


In This Topic
    ShortcutClear Method
    In This Topic
    Clears all text in the control using a shortcut.
    Syntax
    'Declaration
     
    
    Public Sub ShortcutClear() 
    'Usage
     
    
    Dim instance As EditBase
     
    instance.ShortcutClear()
    public void ShortcutClear()
    Remarks
    This method is mainly used for the GcShortcut. The behavior is similar to the Clear method.
    See Also