Xbasic
{REGION_YMARGIN}
Syntax
{REGION_YMARGIN= Height }
Arguments
- Height
Numeric. The top margin above the following region(s).
Description
The {REGION_YMARGIN} command sets the top margin for the following region(s).
Example
ui_dlg_box("Xdialog Sample", <<%dlg% <*OK> ; {region_xmargin=2}; {region_ymargin=.5}; {wrap=40} {region1} {'Xbasic and Xdialog support more powerful functions and methods than you can believe.} {endregion1}; {region2} {'Xbasic and Xdialog support more powerful functions and methods than you can believe.} {endregion2}; {region_xmargin=} {region_ymargin=} {region3} {'Xbasic and Xdialog support more powerful functions and methods than you can believe.} {endregion3}; {region4} {'Xbasic and Xdialog support more powerful functions and methods than you can believe.} {endregion4}; %dlg%)
Limitations
Desktop applications only
See Also