CAViewer::SetHighLight

CAViewer class

Enables or disables highlighting.

void SetHighLight(
  BOOL onoroff
  );

Parameters

onoroff
If set to TRUE, HighLighting is enabled; if set to FALSE, it is disabled.

Return Value

None.

Remarks

If highlighting is enabled, the graph surface will display highlights that change as the graph is rotated (that is, it will look as if the graph was made of a shiny material). If it is disabled, highlights won't be displayed.

See Also

CAViewer::GetHighLight