MonobjcMonobjc Documented Class Library
Copy Method (sender)
NamespacesMonobjc.AppKitNSTextCopy(Id)

This action method copies the selected text onto the general pasteboard, in as many formats as the receiver supports.

Original signature is '- (void)copy:(id)sender'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void Copy(
	Id sender
)
Public Overridable Sub Copy ( _
	sender As Id _
)
public:
virtual void Copy(
	Id^ sender
)
Parameters
sender (Id)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)