DesignSurfaceManager::DesignSurfaces Property
.NET Framework (current version)
Gets a collection of design surfaces.
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
Available since 2.0
Show: