BorderStyle

Specifies the border style of the control.

Syntax

object.BorderStyle [= value]

The BorderStyle property syntax has the following parts:

Part Description
object A valid PropList object
value A ddPLBorderStyle setting.

Settings

The settings for value are:

Setting Description
ddPLNone 0 - No border.
ddPLSunken 1 - Sunken border.

Data Type

ddPLBorderStyle

Remarks

Default value = ddPLSunken