Xbasic

{VPAD}

Syntax

{VPAD= Height }

Arguments

Height

Numeric. The number of lines between radio buttons.

Description

The {VPAD} command applies to old style radio buttons. It sets the vertical spacing between the radio buttons. This command is not required if you use Freeform Radio Button Control Syntax.

Example

ui_dlg_box("ddd",<<%dlg%
{vpad=12}
(x={1,2,3});
{vpad=1}
(x={1,2,3});
%dlg%)

Limitations

Desktop applications only

See Also