Class Hierarchy
IDynamicEnumProperty
C++
class IDynamicEnumProperty : public IUnknown;
File
dynprops.h
Description
Components that implement dynamic properties can implement this interface to create an enumerated property that will be displayed as a drop-down list in the Properties window.
Note
These list can be either static or dynamic. To create a dynamic list, make sure the type of the property is not VT_USERDEFINED.
Links
See Also
IDynamicProperty