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;
PropertyTab Class | PropertyTab Members | System.WinForms.Design Namespace