Radio Button B Directive
Syntax
%B= X %
Arguments
- X
Character. The border style of the button. The default is the normal button style.
Description
The B directive sets the border style for a radio button when it uses an image for the actual button. When you have multiple directives in a Format string, you separate them with semi-colons ";".
This directive does not apply to standard radio buttons with text labels or free-form radio buttons.
Example
layout_type = 1 ui_dlg_box("",<<%dlg% This dialog box demonstrates Owner Draw Radio buttons.; {lf}; {frame=1,1:Layout Type} {region} (%B=T;T=Browse Layout;I=$a5_browse%layout_type:Browse) (%B=T;T=Form Layout;I=$a5_form%layout_type:Form) (%B=T;T=Report Layout;I=$a5_report%layout_type:Report); {endregion}; {lf}; Selected Value: [.10layout_type]; %dlg%)
See Also