Gets the name of the Help topic specified in the HelpAttribute.
[Visual Basic] Overridable Public Function GetHelpTopic() As String [C#] public virtual string GetHelpTopic(); [C++] public: virtual String* GetHelpTopic(); [JScript] public function GetHelpTopic() : String;
The Help topic that provides information for the member. If there is no HelpAttribute, the return value is set to the empty string ("").
A visual designer can use this information to provide help for the member.
MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | GetHelpURL