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

◆ run_dialog()

bool xtd::forms::file_dialog::run_dialog ( intptr  hwnd_owner)
overrideprotectedvirtual

Runs file dialog box.

Parameters
hwnd_ownerA value that represents the window handle of the owner window for the common dialog box.
Returns
true if the file could be opened; otherwise, false.
Remarks
This method provides an implementation of run_dialog, and is invoked when the user of a file dialog invokes show_dialog.

Implements xtd::forms::common_dialog.