Skip to content

classHPropertyInfo 01

Detailed Description

Father class for all property UI contexts.

Classes under HPropertyInfo are used to supply a UI context for corresponding HProperty classes to be set and manipulated by the user in the PWS. Since the UI context is the same for each instance which uses the same property, the HPropertyInfo derived classes should be declared inside the application class. In other words inside the InitInstance of the CWinApp derived class.

Note:
In order for the HPropertyInfo derived classes and their associated HProperty derived classes property to show in the property panel of the PWS, the associated HProperty must be assigned an index through the DLLPlugin::GetPropertyAt.

See also:
HProperty, DLLPlugin::GetPropertyAt

Definition at line 23 of file HPropert.h.