Constructs a CXlWizExUIArgumentPopupCreator object
CXlWizExUIArgumentPopupCreator( const TCHAR* pszName, int argIndex, CXlWizExUIPopupProviderBase* ppopup ); |
A pointer to an object derived from CXlWizExUIPopupProviderBase.
Once the pointer in ppopup is passed to this constructor, the object pointed to is "owned" by the CXlWizExUIArgumentPopupCreator object. The destructor for ppopup should not be called, since it will be called by the registry's destructor. Note that the destructor (if any) for a class derived from CXlWizExUIPopupProviderBase must be declared as virtual.
Header: xlwizexui.h
CXlWizExUIArgumentPopupCreator Class | CXlWizExUIArgumentPopupCreator Methods