MonobjcMonobjc Documented Class Library
MenuRepresentation Property
NamespacesMonobjc.AppKitNSMenuMenuRepresentation

Deprecated. (Deprecated in Mac OS X v10.2. Mac OS X does not use menu representations to draw menus.)

Original signature is '- (id)menuRepresentation'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.2. Mac OS X does not use menu representations to draw menus.")]
public virtual Id MenuRepresentation { get; set; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.2. Mac OS X does not use menu representations to draw menus.")> _
Public Overridable Property MenuRepresentation As Id
	Get
	Set
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.2. Mac OS X does not use menu representations to draw menus.")]
public:
virtual property Id^ MenuRepresentation {
	Id^ get ();
	void set (Id^ 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)