AddControl |
PXPWindow.AddControl(Long cFeq)
If you create a control at runtime, you will have to make PowerXP-Theme aware of the new control by calling the AddControl-method:
cFeq is the control's Field Equate Label (PROP:Feq)
If the control's type is recognized by PowerXP-Theme the control will be themed.
Example:
PXPWindow.AddControl(?MyControl{PROP:Feq})