Platform SDK: Performance Monitoring |
Returns the Counters collection of the control. This is a read-only property.
Public Property Counters( ) as Counters
This is the default property of the SystemMonitor object.
You can use this property to perform operations on the returned counter collection.
A Counters object.
Dim ctrs as Counters Set ctrs=Graph1.Counters ctrs.item(1).Color=vbRed
Windows NT/2000: Requires Windows 2000.
Header: Smonctrl.odl.
System Monitor Automation Interface Overview, System Monitor Automation Interface Properties