ScriptEditorControl.IsFrameActive Property

Returns true if frame is currently active.

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

Syntax

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

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

Property Value

Type: System.Boolean
A Boolean value, True if frame is currently active.