IDesignerToolWindow Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents an interface of designer tool for the specified window.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDesignerToolWindow
'Usage
Dim instance As IDesignerToolWindow
[CLSCompliantAttribute(false)]
public interface IDesignerToolWindow
[CLSCompliantAttribute(false)]
public interface class IDesignerToolWindow
[<CLSCompliantAttribute(false)>]
type IDesignerToolWindow =  interface end
public interface IDesignerToolWindow

The IDesignerToolWindow type exposes the following members.

Properties

  Name Description
Public property Caption Infrastructure. Gets the description for the window.
Public property Client Infrastructure. Gets or sets the client controller.
Public property IsVisible Infrastructure. Gets whether the designer tool is visible in the window.

Top

Methods

  Name Description
Public method Close Infrastructure. Closes the window manually.
Public method Hide Infrastructure. Makes a window invisible.
Public method SetBitmap Infrastructure. Sets the bitmap value.
Public method SetViewCommand Infrastructure. Opens one or more window.
Public method Show Infrastructure. Opens a windows and returns without waiting for the newly opened window to close.

Top

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace