Reads data from the pasteboard and uses it to replace the current selection.
Original signature is '- (BOOL)readSelectionFromPasteboard:(NSPasteboard *)pboard'
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
bool ReadSelectionFromPasteboard( NSPasteboard pboard )
Function ReadSelectionFromPasteboard ( _ pboard As NSPasteboard _ ) As Boolean
bool ReadSelectionFromPasteboard( NSPasteboard^ pboard )
- pboard (NSPasteboard)
- The pasteboard containing the data to read.
YES if your implementation was able to read the pasteboard data successfully; otherwise, NO.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)