Mono Class Library: Overview

System.ComponentModel.Design.IDesignerHost: Members

The members of System.ComponentModel.Design.IDesignerHost are listed below.

Public Properties

[read-only]
ContainerSystem.ComponentModel.IContainer. Documentation for this section has not yet been entered.
[read-only]
InTransactionbool. Documentation for this section has not yet been entered.
[read-only]
Loadingbool. Documentation for this section has not yet been entered.
[read-only]
RootComponentSystem.ComponentModel.IComponent. Documentation for this section has not yet been entered.
[read-only]
RootComponentClassNamestring. Documentation for this section has not yet been entered.
[read-only]
TransactionDescriptionstring. Documentation for this section has not yet been entered.

Public Methods

Activate()
Documentation for this section has not yet been entered.
CreateComponent(Type) : System.ComponentModel.IComponent
Documentation for this section has not yet been entered.
CreateComponent(Type, string) : System.ComponentModel.IComponent
Documentation for this section has not yet been entered.
CreateTransaction() : DesignerTransaction
Documentation for this section has not yet been entered.
CreateTransaction(string) : DesignerTransaction
Documentation for this section has not yet been entered.
DestroyComponent(System.ComponentModel.IComponent)
Documentation for this section has not yet been entered.
GetDesigner(System.ComponentModel.IComponent) : IDesigner
Documentation for this section has not yet been entered.
GetType(string) : Type
Documentation for this section has not yet been entered.

Public Events

ActivatedDocumentation for this section has not yet been entered.
DeactivatedDocumentation for this section has not yet been entered.
LoadCompleteDocumentation for this section has not yet been entered.
TransactionClosedDocumentation for this section has not yet been entered.
TransactionClosingDocumentation for this section has not yet been entered.
TransactionOpenedDocumentation for this section has not yet been entered.
TransactionOpeningDocumentation for this section has not yet been entered.