MonobjcMonobjc Documented Class Library
SetControlView Method (view)
NamespacesMonobjc.AppKitNSActionCellSetControlView(NSView)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetControlView(
	NSView view
)
Public Overridable Sub SetControlView ( _
	view As NSView _
)
public:
virtual void SetControlView(
	NSView^ view
)
Parameters
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).
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)