DesignSurfaceManager Methods

 

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

NameDescription
System_CAPS_pubmethodCreateDesignSurface()

Creates an instance of a design surface.

System_CAPS_pubmethodCreateDesignSurface(IServiceProvider^)

Creates an instance of a design surface.

System_CAPS_protmethodCreateDesignSurfaceCore(IServiceProvider^)

Implementation that creates the design surface.

System_CAPS_pubmethodDispose()

Releases the resources used by the DesignSurfaceManager.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the DesignSurfaceManager and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetService(Type^)

Gets a service in the design surface manager’s service container.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: