DesignSurfaceManager::ServiceContainer Property

 

Gets the design surface manager's ServiceContainer.

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

protected:
property ServiceContainer^ ServiceContainer {
	ServiceContainer^ get();
}

Property Value

Type: System.ComponentModel.Design::ServiceContainer^

The design surface manager's ServiceContainer.

Notes to Inheritors:

Classes inheriting from the DesignSurfaceManager class can use this property to add and remove services.

.NET Framework
Available since 2.0
Return to top
Show: