Share

CAdUiFileDialog::DoModal Method

C++

INT_PTR DoModal() override;

Description

This method returns the result of calling the inherited DoModal() routine. Prior to calling the inherited method, document switching and floating windows are disabled, and an alternate dialog resource instance (if any) is swapped in. Afterwards resources are restored and document switching and floating windows may be re-enabled.

Links

CAdUiFileDialog

Was this information helpful?