IDesignerHost::Container Property

 

Gets the container for this designer host.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

property IContainer^ Container {
	IContainer^ get();
}

Property Value

Type: System.ComponentModel::IContainer^

The IContainer for this host.

This IContainer contains the components of the current design mode document. You can list or access any of the components of the current design mode document through the Components member of this IContainer.

.NET Framework
Available since 1.1
Return to top
Show: