Platform SDK: Performance Monitoring

SystemMonitor.BorderStyle

Retrieves or sets the border style of the control. This is a read/write property.

Public Property BorderStyle( ) as Integer

Remarks

You can set BorderStyle to the following values.

Constant (value) Meaning
vbBSNone (0) No border. (default)
vbFixedSingle (1) Fixed, single border.

Return Values

Either vbBSNone (0) or vbFixedSingle (1).

Example

Chart1.BorderStyle=0
Chart1.BorderStyle=vbBSNone

Requirements

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

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Properties