IHelpService::AddContextAttribute Method (String^, String^, HelpKeywordType)
.NET Framework (current version)
Adds a context attribute to the document.
Assembly: System (in System.dll)
Parameters
- name
-
Type:
System::String^
The name of the attribute to add.
- value
-
Type:
System::String^
The value of the attribute.
- keywordType
-
Type:
System.ComponentModel.Design::HelpKeywordType
The type of the keyword, from the enumeration HelpKeywordType.
Context attributes are used to provide context-sensitive Help to users. The designer host automatically adds context attributes from available Help attributes on certain components and properties. This method allows you to further customize the context-sensitive Help.
.NET Framework
Available since 1.1
Available since 1.1
Show: