ChangeHighlight
The ChangeHighlight method changes the highlight state for this facet.
void ChangeHighlight (in ODHighlight highlight);
highlight
- The possible highlight state to assign to this facet. The value of
highlight must be one of the following: kODNoHighlight, kODFullHighlight, or kODDimHighlight.
DISCUSSION
This facet's containing part calls this method to change this facet's highlight state (usually so that its embedded part's highlighting corresponds to that of its containing part). This method in turn calls the HighlightChanged method associated with this facet's part to notify the part that its highlight state has changed.
SEE ALSO
The ODHighlight type (page 880).
The ODFacet::GetHighlight method (page 248).
The ODPart::HighlightChanged method (page 528).
"Setting Up" on page 157 in OpenDoc Programmer's Guide.
"Drawing Selections" on page 162 in OpenDoc Programmer's Guide.