Returns the first menu item in the receiver with the specified tag.
Original signature is '- (NSMenuItem *)itemWithTag:(NSInteger)aTag'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSMenuItem ItemWithTag( NSInteger aTag )
Public Overridable Function ItemWithTag ( _ aTag As NSInteger _ ) As NSMenuItem
public: virtual NSMenuItem^ ItemWithTag( NSInteger aTag )

- aTag (NSInteger)
- A numeric tag associated with a menu item.

The found menu item (an object conforming to the NSMenuItem protocol) or nil if the object couldn't be found.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)