Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberSession


IsContainedInRootNavigatorPart

Tests whether a frame is embedded in a navigator and the navigator is the root part.

ODBoolean IsContainedInRootNavigatorPart (in ODFrame frame);
frame
The frame for this operation.
return value
kODTrue if the frame is contained in a navigator and the navigator is the root part of its window; otherwise, kODFalse.
DISCUSSION
You call this method to determine whether the specified frame is embedded in a navigator and the navigator is the root part of its window.

Do not subclass this class.

SEE ALSO
The AcquireContainingNavigatorPart method (page 349).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996