MarshalByValueComponent::Container Property
.NET Framework (current version)
Gets the container for the component.
Assembly: System (in System.dll)
public: [BrowsableAttribute(false)] property IContainer^ Container { virtual IContainer^ get(); }
Property Value
Type: System.ComponentModel::IContainer^An object implementing the IContainer interface that represents the component's container, or null if the component does not have a site.
.NET Framework
Available since 1.1
Available since 1.1
Show: