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


In This Topic
    ShortcutClear Method (EditBase)
    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