DesignSurfaceManager::DesignSurfaces Property

 

Gets a collection of design surfaces.

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

public:
property DesignSurfaceCollection^ DesignSurfaces {
	DesignSurfaceCollection^ get();
}

Property Value

Type: System.ComponentModel.Design::DesignSurfaceCollection^

A collection of design surfaces that are currently hosted by the design surface manager.

The DesignSurfaces property is implemented directly on top of IDesignerEventService, so if you provide your own implementation of that service, this property uses your implementation.

.NET Framework
Available since 2.0
Return to top
Show: