Writes the receiver’s data to the specified pasteboard.
Original signature is '- (void)writeToPasteboard:(NSPasteboard *)pasteBoard'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void WriteToPasteboard( NSPasteboard pasteBoard )
Public Overridable Sub WriteToPasteboard ( _ pasteBoard As NSPasteboard _ )
public: virtual void WriteToPasteboard( NSPasteboard^ pasteBoard )

- pasteBoard (NSPasteboard)
- The pasteboard to which to write the receiver's color data. If this pasteboard doesn’t support color data, the method does nothing.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)