Appearance Property  
 

Sets the visual appearance of the control's frame.

Syntax

object.Appearance [= value ]

Remarks

The Appearance property sets whether the control edge is drawn with a flat style or has a sunken 3D style. It does not affect how content is rendered within the browser itself.

It may be set to one of the following values:

Value Description
vbAppearanceFlat The edge is drawn using a flat style.
vbAppearance3D the border is drawn using a sunken edge style.

Data Type

Integer (Int32)

See Also

BackColor Property, BorderStyle Property, Enabled Property