NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyTab.HelpKeyword

Retrieves the help keyword that is to be associated with this tab. This defaults to the tab name.

[Visual Basic]
Overridable Public ReadOnly Property HelpKeyword As String
[C#]
public string HelpKeyword {virtual get;}
[C++]
public: __property virtual String* get_HelpKeyword();
[JScript]
public function get HelpKeyword() : String;

See Also

PropertyTab Class | PropertyTab Members | System.WinForms.Design Namespace