Xbasic
{BLUEFRAME}
Syntax
{FRAME= Columns, Rows : [ Text ] }
Arguments
- ColumnsNumeric
The number of columns for the frame to surround.
- RowsNumeric
The number of rows for the frame to surround.
- TextCharacter
The title of the frame.
Description
Draws a box around one or more cells of the Xdialog grid.
Discussion
The {BLUEFRAME} command draws a box around one or more cells of the Xdialog grid. The frame label color is the standard blue that was used by Windows XP.
Example
ui_dlg_box("Blue Frame",<<%dlg%
{blueframe=1,1:Information}
{region}
Name: | [.20name];
Title: | [.20title];
{endregion};
{lf};
<OK> <Cancel>;
%dlg%)See Also
