Share via


ScriptAndResultsEditorControl.IsScriptEditorActive Property

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

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Protected ReadOnly Property IsScriptEditorActive As Boolean 
    Get
'Usage
Dim value As Boolean 

value = Me.IsScriptEditorActive
protected bool IsScriptEditorActive { get; }
protected:
property bool IsScriptEditorActive {
    bool get ();
}
member IsScriptEditorActive : bool
function get IsScriptEditorActive () : boolean

Property Value

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

See Also

Reference

ScriptAndResultsEditorControl Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace