Text Box R Directive
Syntax
%R%
Description
The R directive makes the text in a Text Box read-only.
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}; [%mwr%.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