xtd 0.2.0
Loading...
Searching...
No Matches

◆ run_dialog()

bool xtd::forms::font_dialog::run_dialog ( intptr  owner)
overrideprotectedvirtual
Returns
Specifies a file dialog box.
Parameters
ownerThe window handle of the owner window for the common dialog box.
Returns
true if the dialog box was successfully run; otherwise, false.
Remarks
The run_dialog method is invoked when the user of a font dialog box calls the show_dialog method.

Implements xtd::forms::common_dialog.