Share

CAdUiFileDialog::EnableFloatingWindows

C++

virtual void EnableFloatingWindows(
    BOOL allow
);

Description

This routine is provided to notify the application if floating windows (non-modal windows) should be enabled or disabled. Calls to this routine are expected to be cumulative (in other words, two calls in succession that pass FALSE must be matched with two calls that pass TRUE for floating windows to be re-enabled). By default, this routine does nothing.

Parameters

Parameters Description
allow Indicates if the state should be enabled or disabled

Links

CAdUiFileDialog

Was this information helpful?