Share

acedOpenDocWindowsMinimized Function

C++

void acedOpenDocWindowsMinimized(
    bool bMinimized
);

File

aced.h

Description

This function sets a flag in AutoCAD that controls whether or not newly opened documents appear minimized. If this function is called with bMinimized == true, then the flag is set. If this function is called with bMinimized == false, then the flag is cleared. While the flag is set, any documents that are opened will be opened with a minimized window.

Parameters

Parameters Description
bMinimized Input bool indicating whether or not subsequent opens should be minimized

Was this information helpful?