Platform SDK: Performance Monitoring

SystemMonitor.ReadOnly

Retrieves or sets a value that indicates whether users can modify the properties of a control. This is a read/write property.

Public Property ReadOnly( ) as Boolean

Remarks

The default value of this property is False, meaning that users can modify the properties of a control.

This property is available only through the programming interface or the HTML file object.

When ReadOnly is True, the following conditions are in effect:

Return Values

A value indicating whether users can modify the properties of a control.

Example

Graph1.ReadOnly=True

Requirements

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

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Properties