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
kODTrueif 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
TheAcquireContainingNavigatorPartmethod (page 349).