MonobjcMonobjc Documented Class Library
ControlView Property
NamespacesMonobjc.AppKitNSActionCellControlView

Returns the view in which the receiver was last drawn. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (NSView *)controlView'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSView ControlView { get; }
Public Overridable ReadOnly Property ControlView As NSView
	Get
public:
virtual property NSView^ ControlView {
	NSView^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)