MonobjcMonobjc Documented Class Library
HighlightedItemIndex Property
NamespacesMonobjc.AppKitNSMenuViewHighlightedItemIndex

Returns the index of the currently highlighted menu item, or –1 if no menu item in the menu is highlighted.

Original signature is '- (NSInteger)highlightedItemIndex'

Available in Mac OS X v10.0 and later.

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