MonobjcMonobjc Documented Class Library
NeedsSizing Property
NamespacesMonobjc.AppKitNSMenuItemCellNeedsSizing

Returns YES if the size of the menu item needs to be calculated; otherwise returns NO.

Original signature is '- (BOOL)needsSizing'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool NeedsSizing { get; set; }
Public Overridable Property NeedsSizing As Boolean
	Get
	Set
public:
virtual property bool NeedsSizing {
	bool get ();
	void set (bool value);
}
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)