Member variable XbpFontDialog():underscore Foundation

Determines whether the "Underscore" check box for requesting an underscored font is enabled.

Attribute: EXPORTED
Data type: Logical (.T.)
Description

There are three check boxes in the font dialog for selecting ways to emphasize text (outline, underscore, and strikeout). The :underscore instance variable determines whether the "Underscore" check box is enabled. The default value is .T. (true) and the check box is enabled. To disable the check box, this instance variable must be set to .F. (false) before the :create() method is executed.

The font dialog must be opened in non-modal operating mode for this instance variable to take effect.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.