TransferFocusSet
The TransferFocusSet method assigns the specified frame as the owner of each focus in the specified focus set.
void TransferFocusSet (in ODFocusSet focusSet, in ODFrame transferringFrame, in ODFrame newOwner);
focusSet- A reference to a focus set being transferred.
transferringFrame- A reference to a frame that is transferring ownership of the focus set.
newOwner- A reference to a frame that is to be the new focus set owner.
DISCUSSION
This method calls the new owner'sFocusAcquiredmethod if the new owner is not the transferring frame. If the previous owner is not the transferring frame, OpenDoc also calls the previous owner'sFocusLostmethod.SEE ALSO
TheODArbitrator::TransferFocusmethod (page 56).
TheODPart::FocusAcquiredmethod (page 517).
TheODPart::FocusLostmethod (page 518).
"Transferring Focus Without Negotiation" on page 209 in OpenDoc Programmer's Guide.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help