IDesignerLoaderHost2 Properties
.NET Framework 3.5
The IDesignerLoaderHost2 type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanReloadWithErrors | Gets or sets a value indicating whether it is possible to reload with errors. |
|
Container | Gets the container for this designer host. (Inherited from IDesignerHost.) |
|
IgnoreErrorsDuringReload | Gets or sets a value indicating whether errors should be ignored when Reload is called. |
|
InTransaction | Gets a value indicating whether the designer host is currently in a transaction. (Inherited from IDesignerHost.) |
|
Loading | Gets a value indicating whether the designer host is currently loading the document. (Inherited from IDesignerHost.) |
|
RootComponent | Gets the instance of the base class used as the root component for the current design. (Inherited from IDesignerHost.) |
|
RootComponentClassName | Gets the fully qualified name of the class being designed. (Inherited from IDesignerHost.) |
|
TransactionDescription | Gets the description of the current transaction. (Inherited from IDesignerHost.) |