Spread WinForms 15
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()
Remarks
This method is mainly used for the GcShortcut. The behavior is similar to the Clear method.
See Also