SystemMonitor.ReadOnly property

Retrieves or sets a value that determines whether a user can modify the property values of the control.

This property is read-only.

Syntax

Property ReadOnly As Boolean

Property value

True if you do not want the user to modify the property values of the control; otherwise, false. The default value is false, meaning that users can modify the property values of the control.

Remarks

When the value of this property is True, the following conditions are in effect:

  • The user cannot use the context menu.
  • The following toolbar buttons are disabled:
    • New Counter Set
    • View Current Activity
    • View Log File Data
    • Add
    • Delete
    • Paste Counter List
    • Properties

Note that this property affects only the user's ability to modify property values through the user interface, it does not prevent you from programmatically modifying property values or counters.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
DLL
Sysmon.ocx

See also

SystemMonitor