MonobjcMonobjc Documented Class Library
InnerRect Property
NamespacesMonobjc.AppKitNSMenuViewInnerRect

Returns the drawing rectangle for the menu contents.

Original signature is '- (NSRect)innerRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect InnerRect { get; }
Public Overridable ReadOnly Property InnerRect As NSRect
	Get
public:
virtual property NSRect InnerRect {
	NSRect get ();
}
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)