Important: The information in this document is obsolete and should not be used for new development.
MenuFocusAcquired
Notifies this Cyberdog service menu object that its associated display part has acquired the focus.
void MenuFocusAcquired (in ODFrame frame);
frame
- The frame that acquired the menu focus.
DISCUSSION
Any Cyberdog display part that displays Cyberdog service-related menus should call this method when one of its frames acquires the menu focus.MenuFocusAcquired
iterates through all the Cyberdog services, calling each service'sCyberMenuFocusAcquired
method.Do not subclass this class.
SEE ALSO
TheMenuFocusLost
method (page 345).
TheCyberService::CyberMenuFocusAcquired
method (page 334).