DrawActiveBorder
TheDrawActiveBordermethod updates the active frame border for this facet.
void DrawActiveBorder ();DISCUSSION
OpenDoc calls this method. When this facet's frame has the selection focus, OpenDoc automatically takes care of changing the facet's active border shape and redrawing the active frame border.Under normal circumstances, there is no need to invalidate the active frame border for either the active part or its containing part. However, parts could call this method if they want to force the active frame border to be redrawn when they change the shape of an embedded part. To do so, the part must invalidate the active frame border by calling its facet's
InvalidateActiveBordermethod and redraw the active frame border by calling its facet'sDrawActiveBordermethod.SEE ALSO
TheODFacet::InvalidateActiveBordermethod (page 252).
TheODFrame::DrawActiveBordermethod (page 318).