IHelpService::AddContextAttribute Method (String^, String^, HelpKeywordType)

 

Adds a context attribute to the document.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

void AddContextAttribute(
	String^ name,
	String^ value,
	HelpKeywordType keywordType
)

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
Return to top
Show: