DesignSurface Methods
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | BeginLoad(DesignerLoader^) | Begins the loading process with the given designer loader. |
![]() | BeginLoad(Type^) | Begins the loading process. |
![]() | CreateComponent(Type^) | Obsolete. Creates an instance of a component. |
![]() | CreateDesigner(IComponent^, Boolean) | Creates a designer when a component is added to the container. |
![]() | CreateInstance(Type^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetService(Type^) | Gets a service from the service container. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnLoaded(LoadedEventArgs^) | Raises the Loaded event. |
![]() | OnLoading(EventArgs^) | Raises the Loading event. |
![]() | OnUnloaded(EventArgs^) | Raises the Unloaded event. |
![]() | OnUnloading(EventArgs^) | Raises the Unloading event. |
![]() | OnViewActivate(EventArgs^) | Raises the ViewActivated event. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

