DoesPropagateEvents
TheDoesPropagateEventsmethod returns a Boolean value that indicates whether this frame propagates unhandled events to its containing part.
ODBoolean DoesPropagateEvents ();
- return value
kODTrueif this frame propagates unhandled events to its containing part, otherwisekODFalse.DISCUSSION
If one of your part's embedded frames propagates unhandled events to your part, your part has the opportunity to handle those events. In that case, your part's event handler needs to determine if a particular frame is one of its display frames or an embedded frame.SEE ALSO
TheODFrame::SetPropagateEventsmethod (page 338).
"Propagating Events" on page 195 in OpenDoc Programmer's Guide.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help