NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentEditorPage.SupportsHelp

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;

Return Value

True if the editor has help; false otherwise. The default implementation returns false.

See Also

ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace