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
ODMenuBar
object.frame
- The frame associated with this menu event.
- return value
kODTrue
if 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 itsHandleMenu
method to allow the Cyberdog services to handle their menu commands.DoCommand
iterates through all the Cyberdog services, calling each service'sDoCyberMenuCommand
method until a service's method returnskODTrue
.Do not subclass this class.
SEE ALSO
TheCyberService::DoCyberMenuCommand
method (page 335).