Class IUtil
See Also: Class UtilityObj.
class IUtil
Description:
This class provides a single method to allow the developer to close their utility plug-in in the command panel.
Methods:
Prototype:
virtual void CloseUtility()=0;
Remarks:
Implemented by the System.
A developer may call this method to close the current utility in the command panel. If a plug-in developer chooses to use a Close button in one of their rollup pages this method should be called when the user has selected the Close button. This method simply tells the system that the plug-in should be closed. A developer does not need to use this method. It is just available if a developer wants to have a specific termination point to their utility plug-in.