IDesignerToolWindow.Client Property

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

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

Syntax

'Declaration
ReadOnly Property Client As Control
    Get
'Usage
Dim instance As IDesignerToolWindow
Dim value As Control

value = instance.Client
Control Client { get; }
property Control^ Client {
    Control^ get ();
}
abstract Client : Control
function get Client () : Control

Property Value

Type: System.Windows.Forms.Control