Used to determine if this editor supports help.
[Visual Basic] Overridable Public Function SupportsHelp() As Boolean [C#] public virtual bool SupportsHelp(); [C++] public: virtual bool SupportsHelp(); [JScript] public function SupportsHelp() : Boolean;
True if the editor has help; false otherwise. The default implementation returns false.
ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace