Description

Calls the common Windows Font dialog box.

Parameters

ParameterDescription
<object>Owner window.
<value>An @SVM delimited font structure (see the FONT property). This specifies the font that will be initially selected when the font dialog is displayed. This value can be null or partially complete.
ReturnvalueAn @SVM delimited font structure as selected by the user (see the FONT property). The return value will be null if the user cancels from the Font dialog.

Remarks

For more information about CHOOSEFONT, refer to the description for the FONT property in Chapter 4: Properties.

See Also

  • No labels