removeContextHelp(for:)
Removes the association between an object and its context-sensitive help.
Declaration
func removeContextHelp(for object: Any)Parameters
- object:
Object to disassociate from its help content.
Discussion
If object does not have context-sensitive help associated with it, this method does nothing.