Returns context-sensitive help for an object.
Original signature is '- (NSAttributedString *)contextHelpForObject:(id)object'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSAttributedString ContextHelpForObject( Id object )
Public Overridable Function ContextHelpForObject ( _ object As Id _ ) As NSAttributedString
public: virtual NSAttributedString^ ContextHelpForObject( Id^ object )

- object (Id)
- Object for which context-sensitive help is sought.

Context-sensitive help content.

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