Specifies a Help string associated with a control.
[Visual Basic] Overridable Public Sub SetHelpString( _ ByVal ctl As RichControl, _ ByVal helpString As String _ ) [C#] public virtual void SetHelpString( RichControl ctl, string helpString ); [C++] public: virtual void SetHelpString( RichControl* ctl, String* helpString ); [JScript] public function SetHelpString( ctl : RichControl, helpString : String );
The help string that you specify in the helpString parameter is displayed in a pop-up window when the user clicks F1 while the specified control has focus.
HelpProvider Class | HelpProvider Members | System.WinForms Namespace | GetHelpTopic | GetHelpString | GetShowHelp | SetHelpTopic | SetShowHelp