BorderStyle Property  
 

Determines whether a border is drawn around the edge of the control.

Syntax

object.BorderStyle [= value ]

Remarks

The BorderStyle property can be used to change how a border is drawn around the edge of the control. This property does not affect how content is rendered within the browser.

This property may be set to one of the following values:

Value Description
vbBSNone No border will be drawn around the control.
vbFixedSingle A single pixel border will be drawn around the control.

Data Type

Integer (Int32)

See Also

Appearance Property, BackColor Property, Enabled Property