Xbasic

{STICKTO}

Syntax

{STICKTO= [ Horizontal ], [ Vertical ] }

Arguments

Horizontal

Character. Optional. The allowed values are: "Left", "Right".

Vertical

Character. Optional. The allowed values are: "Top", "Bottom".

Description

The {STICKTO} command defines which side(s) of the dialog box the control or region should stick to when the dialog box is stretched.

Example

ui_dlg_box("Stretch",<<%dlg%
{stretch=width}
{stickto=right,bottom}

%dlg% )
images/XD_Stickto.gif

Limitations

Desktop applications only

See Also