IProvideDynamicClassInfo Members
Include Protected Members
Include Inherited Members
Used by ActiveX designers to provide dynamic type information through an ITypeInfo interface. A container can use the interface to get type information in response to type change events.
The IProvideDynamicClassInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
FreezeShape | Tells the control not to change its visual representation. | |
GetClassInfo | Overloaded. | |
GetDynamicClassInfo | Returns the ITypeInfo for a class with dynamic, changeable type information. |
Top