MonobjcMonobjc Documented Class Library
Cut Method (sender)
NamespacesMonobjc.AppKitNSTextCut(Id)

This action method deletes the selected text and places it onto the general pasteboard, in as many formats as the receiver supports.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void Cut(
	Id sender
)
Public Overridable Sub Cut ( _
	sender As Id _
)
public:
virtual void Cut(
	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)