Share

CAcUiNavDialog::EnableMultiDocumentActivation

C++

int EnableMultiDocumentActivation(
    BOOL bEnable
) override;

Description

This routine is provided to notify the application if document switching (between MDI 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 switching to be re-enabled). By default, this routine returns AutoCAD's current MDE activation state.

Parameters

Parameters Description
bEnable _nt_

Links

CAcUiNavDialog

Was this information helpful?