Sets the receiver's control view, the view in which it is drawn.
Original signature is '- (void)setControlView:(NSView *)view'
Available in Mac OS X v10.4 and later.


- view (NSView)
- The view object, which is normally an NSControl view. Pass in nil if the receiver has no control view (usually because it hasn’t yet been placed in the view hierarchy).

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