FacetAdded
The FacetAdded method adds the facet to this frame's list of facets and notifies its part of the new facet.
void FacetAdded (in ODFacet facet);
facet
- A reference to a facet to be added.
DISCUSSION
OpenDoc calls this method when a facet is added to this frame. This method in turn calls the FacetAdded method associated with this frame's part to notify the part that a facet has been added to one of its display frames.
SEE ALSO
The ODFrame::FacetRemoved method (page 320).
The ODPart::FacetAdded method (page 514).
"Printing the Document" on page 174 in OpenDoc Programmer's Guide.