SystemMonitor.Appearance property

Retrieves or sets the control's appearance to include or omit three-dimensional display effects.

This property is read-only.

Syntax

Property Appearance As Long

Property value

Appearance value that determines if the control is painted with three-dimensional effects.

You can set this property to one of the following values.

Value Meaning
0
Paints the control without visual effects.
1
Paints the control with three-dimensional effects. This is the default value.

Exceptions

Exception type Condition
System.ArgumentException The specified appearance value is not valid.

Remarks

This is an ambient property. The value of this property is determined by the container. Setting the value of this property could affect the illusion of the control and container being a single application.

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