IDesignerHost Methods

 

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

NameDescription
System_CAPS_pubmethodActivate()

Activates the designer that this host is hosting.

System_CAPS_pubmethodAddService(Type^, Object^)

Adds the specified service to the service container.(Inherited from IServiceContainer.)

System_CAPS_pubmethodAddService(Type^, Object^, Boolean)

Adds the specified service to the service container, and optionally promotes the service to any parent service containers.(Inherited from IServiceContainer.)

System_CAPS_pubmethodAddService(Type^, ServiceCreatorCallback^)

Adds the specified service to the service container.(Inherited from IServiceContainer.)

System_CAPS_pubmethodAddService(Type^, ServiceCreatorCallback^, Boolean)

Adds the specified service to the service container, and optionally promotes the service to parent service containers.(Inherited from IServiceContainer.)

System_CAPS_pubmethodCreateComponent(Type^)

Creates a component of the specified type and adds it to the design document.

System_CAPS_pubmethodCreateComponent(Type^, String^)

Creates a component of the specified type and name, and adds it to the design document.

System_CAPS_pubmethodCreateTransaction()

Creates a DesignerTransaction that can encapsulate event sequences to improve performance and enable undo and redo support functionality.

System_CAPS_pubmethodCreateTransaction(String^)

Creates a DesignerTransaction that can encapsulate event sequences to improve performance and enable undo and redo support functionality, using the specified transaction description.

System_CAPS_pubmethodDestroyComponent(IComponent^)

Destroys the specified component and removes it from the designer container.

System_CAPS_pubmethodGetDesigner(IComponent^)

Gets the designer instance that contains the specified component.

System_CAPS_pubmethodGetService(Type^)

Gets the service object of the specified type.(Inherited from IServiceProvider.)

System_CAPS_pubmethodGetType(String^)

Gets an instance of the specified, fully qualified type name.

System_CAPS_pubmethodRemoveService(Type^)

Removes the specified service type from the service container.(Inherited from IServiceContainer.)

System_CAPS_pubmethodRemoveService(Type^, Boolean)

Removes the specified service type from the service container, and optionally promotes the service to parent service containers.(Inherited from IServiceContainer.)

Return to top
Show: