ComponentEditorPage.SupportsHelp Method

Definition

Gets a value indicating whether the editor supports Help.

public:
 virtual bool SupportsHelp();
public virtual bool SupportsHelp ();
abstract member SupportsHelp : unit -> bool
override this.SupportsHelp : unit -> bool
Public Overridable Function SupportsHelp () As Boolean

Returns

true if the editor supports Help; otherwise, false. The default implementation returns false.

Applies to