Xbasic

UI_GET_FONTNAME Function

Syntax

C ui_get_fontname([C title [,C default_font [,C style ]]])

Arguments

title

Optional. Default = "elect Fontname". The title of the dialog box.

default_font

Optional. Default = none. The default font selection.

style

Optional. Default = "". The style of the display. "" = dialog box, "a" = drop-down list

Description

The UI_GET_FONTNAME() function displays the Select Fontname dialog box.. Prompt for a fontname

Example

ui_get_fontname("Fonts", "Arial", "a")

Limitations

Desktop applications only.

See Also