IFontDialogOptions.NoStyleSel

Syntax

NoStyleSel: Boolean;

Description

The NoStyleSel property determines whether the current font face style is selected in the list of font face styles of the dialog box.

Comments

If the property is set to True, when the dialog box opens, the field of font pattern style is empty. The property is set to False by default, the font face style of the component is selected in the dialog box (The font face style set in the Font property).

Example

See also:

IFontDialogOptions