Cut the current selection and copy to the clipboard.
public override void Cut(
Foundation.NSObject
)
'Declaration
Public Overloads Overrides Sub Cut( _
ByVal As Foundation.NSObject _
)
'Usage
Dim instance As GridBase
Dim sender As Foundation.NSObject
instance.Cut(sender)
Parameters
- sender