IDesignerToolWindow Interface

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

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
Public property Client
Public property IsVisible

Top

Methods

  Name Description
Public method Close
Public method Hide
Public method SetBitmap
Public method SetViewCommand
Public method Show

Top