BorderStyle Property

Top  Previous  Next

Specifies the appearance of the border of a control.

Syntax

Control.BorderStyle = nStyle

Parameters

nStyle

Specifies the style for the control.

 

For a signature control, the following table lists settings for nStyle:

 

Setting

Description

0

None. No border

1

FixedSingle. Single line border drawn with the color specified in BorderColor

2

Fixed3d. Three-dimensional border. The color in BorderColor is ignored.

Remarks

Applies to: Signature

See also

BorderColor property