DesignSurface Methods
.NET Framework 4
The DesignSurface type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginLoad(DesignerLoader) | Begins the loading process with the given designer loader. |
|
BeginLoad(Type) | Begins the loading process. |
|
CreateComponent | Obsolete. Creates an instance of a component. |
|
CreateDesigner | Creates a designer when a component is added to the container. |
|
CreateInstance | Creates an instance of the given type. |
|
CreateNestedContainer(IComponent) | Creates a container suitable for nesting controls or components. |
|
CreateNestedContainer(IComponent, String) | Creates a container suitable for nesting controls or components. |
|
Dispose() | Releases the resources used by the DesignSurface. |
|
Dispose(Boolean) | Releases the resources used by the DesignSurface. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
Flush | Serializes changes to the design surface. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetService | Gets a service from the service container. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnLoaded | Raises the Loaded event. |
|
OnLoading | Raises the Loading event. |
|
OnUnloaded | Raises the Unloaded event. |
|
OnUnloading | Raises the Unloading event. |
|
OnViewActivate | Raises the ViewActivated event. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |