Platform SDK: Performance Monitoring

SystemMonitor.Highlight

Retrieves or sets a value indicating whether the selected counter data is highlighted in the line graph or histogram view. This is a read/write property.

Public Property Highlight( ) as Boolean

Remarks

You set Highlight to a Boolean value indicating whether the selected counter's data will be highlighted in the view. The default value is False. When the property is set to True, the selected line or bar displaying counter data is highlighted.

Highlighting can be black or white, depending on the value of the BackColor property. The highlighting is automatically set to the color that will provide sufficient contrast between the colors in the line graph or histogram view.

Return Values

A Boolean value indicating whether the selected counter data is highlighted in the line graph or histogram view.

Example

Graph1.Highlight=False

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Smonctrl.odl.

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Properties