ScriptAndResultsEditorControl.IsScriptEditorActive 속성

정의

코드 편집기가 현재 활성화되어 있는지 명시하는 불리언 값을 받습니다.

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

속성 값

에디터가 현재 활성화되어 있으면 불리언 값이고, True 그렇지 않으면 False입니다.

적용 대상