Called in response to F1 or when the Help button is clicked to allow the page to bring up its associated help topic. This is only called if the page returns true in SupportsHelp.
[Visual Basic] Overridable Public Sub ShowHelp() [C#] public virtual void ShowHelp(); [C++] public: virtual void ShowHelp(); [JScript] public function ShowHelp();
ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace