Class IMCParamDlg
See Also: Class ReferenceMaker, Class MCDeviceBinding, Class IRollupWindow.
class IMCParamDlg : public ReferenceMaker
Description:
This class is an interface to allow the plug-in to provide a user interface in the command panel. It has two data members.
Data Members:
public:
MCDeviceBinding *binding;
Returns a pointer to the device binding.
IRollupWindow *iRoll;
This is an interface into the command panel. Its methods may be used to work with rollup pages and alter UI controls.