Returns the first menu item in the receiver with a specified title.
Original signature is '- (NSMenuItem *)itemWithTitle:(NSString *)aString'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSMenuItem ItemWithTitle( NSString aString )
Public Overridable Function ItemWithTitle ( _ aString As NSString _ ) As NSMenuItem
public: virtual NSMenuItem^ ItemWithTitle( NSString^ aString )

- aString (NSString)
- The title of 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)