Registers the pasteboard types that the receiver will accept as the destination of an image-dragging session.
Original signature is '- (void)registerForDraggedTypes:(NSArray *)newTypes'
Available in Mac OS X v10.0 and later.


- newTypes (NSArray)
- An array of uniform type identifiers. See Types for Standard Data (Mac OS X 10.6 and later) for descriptions of the pasteboard type identifiers.

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