Platform SDK: Performance Monitoring |
Retrieves or sets the border style of the control. This is a read/write property.
Public Property BorderStyle( ) as Integer
You can set BorderStyle to the following values.
Constant (value) | Meaning |
---|---|
vbBSNone (0) | No border. (default) |
vbFixedSingle (1) | Fixed, single border. |
Either vbBSNone (0) or vbFixedSingle (1).
Chart1.BorderStyle=0 Chart1.BorderStyle=vbBSNone
Windows NT/2000: Requires Windows 2000.
Header: Smonctrl.odl.
System Monitor Automation Interface Overview, System Monitor Automation Interface Properties