MonobjcMonobjc Documented Class Library
ReadSelectionFromPasteboard Method (pboard)
NamespacesMonobjc.AppKitNSTextViewReadSelectionFromPasteboard(NSPasteboard)

Reads the text view’s preferred type of data from the specified pasteboard.

Original signature is '- (BOOL)readSelectionFromPasteboard:(NSPasteboard *)pboard'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ReadSelectionFromPasteboard(
	NSPasteboard pboard
)
Public Overridable Function ReadSelectionFromPasteboard ( _
	pboard As NSPasteboard _
) As Boolean
public:
virtual bool ReadSelectionFromPasteboard(
	NSPasteboard^ pboard
)
Parameters
pboard (NSPasteboard)
The pasteboard to read from.
Return Value
YES if the data was successfully read, NO otherwise.
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)