Share via


ScriptAndResultsEditorControl.IsControlUnderSplitterVisible Property

Gets a Boolean value that specifies how the window will be resized.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property IsControlUnderSplitterVisible As Boolean 
    Get
'Usage
Dim value As Boolean 

value = Me.IsControlUnderSplitterVisible
protected virtual bool IsControlUnderSplitterVisible { get; }
protected:
virtual property bool IsControlUnderSplitterVisible {
    bool get ();
}
abstract IsControlUnderSplitterVisible : bool 
override IsControlUnderSplitterVisible : bool
function get IsControlUnderSplitterVisible () : boolean

Property Value

Type: System.Boolean
A Boolean value, True if the window currently shows something below splitter; otherwise, False.

See Also

Reference

ScriptAndResultsEditorControl Class

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