IActiveDesigner Members
Include Protected Members
Include Inherited Members
Manages an ActiveX designer used as an editor.
The IActiveDesigner type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetExtensibilityObject | Retrieves the extensibility object (DTE) for the ActiveX designer in use as an editor. | |
GetRuntimeClassID | Retrieves the class identifier (CLSID) for the runtime portion of the ActiveX designer. Designers generally have separate runtime and design time components. | |
GetRuntimeMiscStatusFlags | Updates an object containing designer runtime flags information. | |
QueryPersistenceInterface | Tests whether or not the designer supports a given persistence interface such as IPersistStream. | |
SaveRuntimeState | Saves the runtime state of the designer. |
Top