ChangePresentation
TheChangePresentationmethod changes the presentation of this frame.
void ChangePresentation (in ODTypeToken presentation);
presentation- A tokenized string representing the presentation to assign to this frame, expressed as a 32-bit value.
DISCUSSION
Your part calls its embedded frame'sChangePresentationmethod to request that it use a new presentation. This method in turn calls thePresentationChangedmethod of this frame's part to notify the part that its presentation has changed. If the embedded part does not support the requested presentation, it can pick a presentation that it can support and then call its frame'sSetPresentationmethod to update the presentation in the frame.EXCEPTIONS
kODErrIllegalNullTokenInput- The
presentationparameter is null.SEE ALSO
TheODTypeTokentype (page 877).
TheODFrame::GetPresentationmethod (page 323).
TheODFrame::SetPresentationmethod (page 337).
TheODPart::PresentationChangedmethod (page 535).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help