IDesignerToolWindow Interface

 

Applies To: SQL Server 2016 Preview

Represents an interface of designer tool for the specified window.

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

Syntax

[CLSCompliantAttribute(false)]
public interface IDesignerToolWindow
[CLSCompliantAttribute(false)]
public interface class IDesignerToolWindow
[<CLSCompliantAttribute(false)>]
type IDesignerToolWindow = interface end
<CLSCompliantAttribute(False)>
Public Interface IDesignerToolWindow

Properties

Name Description
System_CAPS_pubproperty Caption

Gets the description for the window.

System_CAPS_pubproperty Client

Gets or sets the client controller.

System_CAPS_pubproperty IsVisible

Gets whether the designer tool is visible in the window.

Methods

Name Description
System_CAPS_pubmethod Close()

Closes the window manually.

System_CAPS_pubmethod Hide()

Makes a window invisible.

System_CAPS_pubmethod SetBitmap(Int32, Int32)

Sets the bitmap value.

System_CAPS_pubmethod SetViewCommand(CommandID)

Opens one or more window.

System_CAPS_pubmethod Show(Boolean)

Opens a windows and returns without waiting for the newly opened window to close.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top