DesignSurface Methods

 

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

NameDescription
System_CAPS_pubmethodBeginLoad(DesignerLoader^)

Begins the loading process with the given designer loader.

System_CAPS_pubmethodBeginLoad(Type^)

Begins the loading process.

System_CAPS_protmethodCreateComponent(Type^)

Obsolete. Creates an instance of a component.

System_CAPS_protmethodCreateDesigner(IComponent^, Boolean)

Creates a designer when a component is added to the container.

System_CAPS_protmethodCreateInstance(Type^)

Creates an instance of the given type.

System_CAPS_pubmethodCreateNestedContainer(IComponent^)

Creates a container suitable for nesting controls or components.

System_CAPS_pubmethodCreateNestedContainer(IComponent^, String^)

Creates a container suitable for nesting controls or components.

System_CAPS_pubmethodDispose()

Releases the resources used by the DesignSurface.

System_CAPS_protmethodDispose(Boolean)

Releases the resources used by the DesignSurface.

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_pubmethodFlush()

Serializes changes to the design surface.

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetService(Type^)

Gets a service from the 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_protmethodOnLoaded(LoadedEventArgs^)

Raises the Loaded event.

System_CAPS_protmethodOnLoading(EventArgs^)

Raises the Loading event.

System_CAPS_protmethodOnUnloaded(EventArgs^)

Raises the Unloaded event.

System_CAPS_protmethodOnUnloading(EventArgs^)

Raises the Unloading event.

System_CAPS_protmethodOnViewActivate(EventArgs^)

Raises the ViewActivated event.

System_CAPS_pubmethodToString()

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

Return to top
Show: