Text Box V Directive
Syntax
%V%
Description
The V directive creates a vertical scroll bar in a Text Box.
Example
dim help_text as C
help_text = "This is sample help text to appear in a read-only multi-line text box."
ui_modeless_dlg_box("Read-only Multi-line Text Box",<<%dlg%
{font=Verdana,10};
[%mwv;r%.50,5help_text];
;
;
%dlg%,<<%code%
if (a_dlg_button = "OK") then
ui_modeless_dlg_close("Read-only Multi-line Text Box")
end if
%code%)See Also