Important: The information in this document is obsolete and should not be used for new development.
DoCommand
Handles a menu event for this Cyberdog service menu object.
ODBoolean DoCommand (in long commandID, in ODFrame frame);
commandID- The command ID from the
ODMenuBarobject.frame- The frame associated with this menu event.
- return value
kODTrueif Cyberdog handles the menu event; otherwise,kODFalse.DISCUSSION
This method handles Cyberdog service-related menu commands. A display part that displays service-related menus should call this method from within itsHandleMenumethod to allow the Cyberdog services to handle their menu commands.DoCommanditerates through all the Cyberdog services, calling each service'sDoCyberMenuCommandmethod until a service's method returnskODTrue.Do not subclass this class.
SEE ALSO
TheCyberService::DoCyberMenuCommandmethod (page 335).