7.6. BorderStyle Property

Description

Returns or sets a value that determines the border style.

Remarks

Use BorderStyle property to specify the border style. This property is set by using one of the BorderStyle enumeration values:

Table 7.2. Border Styles

Constant Value Description
mbxBorderStyleNone 0 No border lines
mbxBorderStyleSolid 1 Solid line
mbxBorderStyleDash 2 Dash line
mbxBorderStyleDot 3 Dot line
mbxBorderStyleDashDot 4 Dash dot line
mbxBorderStyleDashDotDot 5 Dash dot dot line

See Also

Section 7.5, “BorderColor Property”

Section 7.7, “BorderWidth Property”