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( _ ByVal name As String, _ ByVal value As String, _ ByVal required As Boolean _ ) [C#] void AddContextAttribute( string name, string value, bool required ); [C++] void AddContextAttribute( String* name, String* value, bool required ) = 0; [JScript] function AddContextAttribute( name : String, value : String, required : Boolean );
IHelpService Interface | IHelpService Members | System.ComponentModel.Design Namespace | IHelpService.AddContextAttribute Overload List