Tabbed Control O Directive

Syntax

%O= {@@} %

Arguments

{@@}

Character. Indicates that the text has embedded formatting. Refer to Tab O Directive {@@} Operator.

Description

The O directive allows you to format the labels of a tab control.

Example

ui_dlg_box("Advanced Tab Examples",<<%dlg%
{wrap=75}
Using owner draw strings to control the formatting of the text, and insert images into, tab page labels.
{lf};
{tab=%O={@@}%page}
{pane={I:'$a5_save'\}{f=Arial,10\}Address}
{region1}
First name:| [.32firstname] ;
Last name:| [.32lastname] ;
Address:| [.32address1] ;
City:| [.32City] ;
State:| [State] ;
Zip:| [Zip]
{endregion1};
{pane= {I:'$a5_open'\}Payment}
{lf};
{region}
Credit card:| [.32card] ;
Number:| [.32number] ;
Expiration :| [.32expiration] ;
{endregion};
{endtab};
%dlg%)

See Also