Draw 3-D Frame Outside (DrawOutside)

This property determines whether a 3-D frame is drawn outside the widget area.

DrawOutside=True|False (default)

Description

Setting Draw 3-D Frame Outside to false prevents the widget from overlapping adjacent fields. For example, on Windows 11, with the form's Cell Height set to 110, setting Draw Outside to true can obscure the border of the field that has focus:

DrawOutside=False DrawOutside=True
Bottom border is visble when DrawOutside is False Border overlaps frame of vertically adjacent field when DrawOutside is True

It is a static property and cannot be changed in ProcScript.

Usage

Dynamic? No
Dependencies: Applicable only if 3-D is true

Related Topics