IDesignerToolWindow.IsVisible Property

 

Applies To: SQL Server 2016 Preview

Gets whether the designer tool is visible in the window.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

bool IsVisible { get; }
property bool IsVisible {
    bool get();
}
abstract IsVisible : bool with get
ReadOnly Property IsVisible As Boolean

Property Value

Type: System.Boolean

true if the designer tool is visible in the window; otherwise, false.

See Also

IDesignerToolWindow Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top