Important: The information in this document is obsolete and should not be used for new development.
Adjust
Adjusts the menus represented by this Cyberdog service menu object.
void Adjust (in ODFrame frame);
- frame
- The frame that has the menu focus.
DISCUSSION
You call this method to allow Cyberdog to enable and disable all service-related menu items for the specified frame. Any Cyberdog display part that displays service-related menus should call this method from within itsAdjustMenus
implementation to allow the Cyberdog services to adjust their menus.Adjust
iterates through all the Cyberdog services, calling each service'sAdjustCyberMenu
method.Do not subclass this class.
SEE ALSO
TheCyberService::AdjustCyberMenu
method (page 331).