[To be supplied.]
Adds a context attribute to the document. Context attributes are used to provide context-sensitive help to users. The designer host will automatically add context attributes from available help attributes on selected components and properties. This method allows you to further customize the context-sensitive help.
[Visual Basic] Overloads Sub AddContextAttribute(String, String, Boolean)
[C#] void AddContextAttribute(String, String, bool);
[C++] void AddContextAttribute(String*, String*, bool) = 0;
[JScript] function AddContextAttribute(String, String, Boolean);
Adds a context attribute to the document. Context attributes are used to provide context-sensitive help to users. The designer host will automatically add context attributes from available help attributes on selected components and properties. This method allows you to further customize the context-sensitive help.
[Visual Basic] Overloads Sub AddContextAttribute(String, String, HelpKeywordType)
[C#] void AddContextAttribute(String, String, HelpKeywordType);
[C++] void AddContextAttribute(String*, String*, HelpKeywordType) = 0;
[JScript] function AddContextAttribute(String, String, HelpKeywordType);
IHelpService Interface | IHelpService Members | System.ComponentModel.Design Namespace