IDesignerHost Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Activate() | Activates the designer that this host is hosting. |
![]() | AddService(Type^, Object^) | Adds the specified service to the service container.(Inherited from IServiceContainer.) |
![]() | AddService(Type^, Object^, Boolean) | Adds the specified service to the service container, and optionally promotes the service to any parent service containers.(Inherited from IServiceContainer.) |
![]() | AddService(Type^, ServiceCreatorCallback^) | Adds the specified service to the service container.(Inherited from IServiceContainer.) |
![]() | AddService(Type^, ServiceCreatorCallback^, Boolean) | Adds the specified service to the service container, and optionally promotes the service to parent service containers.(Inherited from IServiceContainer.) |
![]() | CreateComponent(Type^) | Creates a component of the specified type and adds it to the design document. |
![]() | CreateComponent(Type^, String^) | Creates a component of the specified type and name, and adds it to the design document. |
![]() | CreateTransaction() | Creates a DesignerTransaction that can encapsulate event sequences to improve performance and enable undo and redo support functionality. |
![]() | CreateTransaction(String^) | Creates a DesignerTransaction that can encapsulate event sequences to improve performance and enable undo and redo support functionality, using the specified transaction description. |
![]() | DestroyComponent(IComponent^) | Destroys the specified component and removes it from the designer container. |
![]() | GetDesigner(IComponent^) | Gets the designer instance that contains the specified component. |
![]() | GetService(Type^) | Gets the service object of the specified type.(Inherited from IServiceProvider.) |
![]() | GetType(String^) | Gets an instance of the specified, fully qualified type name. |
![]() | RemoveService(Type^) | Removes the specified service type from the service container.(Inherited from IServiceContainer.) |
![]() | RemoveService(Type^, Boolean) | Removes the specified service type from the service container, and optionally promotes the service to parent service containers.(Inherited from IServiceContainer.) |
