BorderStyle Property

Object List Next Object

Defined By:
Form

Description:

Determines the type of border to be used for a form.

Settings:


Setting


0 - (Default) None

  1. - Fixed single

  2. - Sizable

  1. - Double

Details:

The BorderStyle property determines key characteristics of a form's edges. Changing the BorderStyle property of a control essentially removes or includes the single border line around the object.

For form's, BorderStyle has an effect only if the border style is set to 1 (Fixed single). If the BorderStyle is set to False (0), a border does not appear and BorderStyle settings do not apply.

Data Type: Integer (enumerated)

See Also:

Caption property, ControlBox property, DrawStyle property, MaxButton property, MinButton property, BorderStyle