ScriptAndResultsEditorControl.IsScriptEditorActive Property

Definition

Gets a Boolean value that specifies whether the code editor is currently active.

protected:
 property bool IsScriptEditorActive { bool get(); };
protected bool IsScriptEditorActive { get; }
member this.IsScriptEditorActive : bool
Protected ReadOnly Property IsScriptEditorActive As Boolean

Property Value

A Boolean value, True if the editor is currently active, otherwise False.

Applies to