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