Spread Windows Forms 12.0 Product Documentation
Cut Method (EditBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : Cut Method
Moves the current selection in the control to the Clipboard.
Syntax
'Declaration
 
Public Sub Cut() 
'Usage
 
Dim instance As EditBase
 
instance.Cut()
public void Cut()
Remarks
This method will only cut text from the control if text is selected in the control. You can use this method, instead of using the System.Windows.Forms.Clipboard class, to copy text in the control and move it to the Clipboard.
See Also

Reference

EditBase Class
EditBase Members
Paste Method
Copy Method
Clear Method
Undo Method
CanUndo Property