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.MenuFocusAcquirediterates through all the Cyberdog services, calling each service'sCyberMenuFocusAcquiredmethod.Do not subclass this class.
SEE ALSO
TheMenuFocusLostmethod (page 345).
TheCyberService::CyberMenuFocusAcquiredmethod (page 334).