Share

AcEditorReactor::mainFrameMovedOrResized

C++

virtual void mainFrameMovedOrResized(
    Adesk::LongPtr, 
    bool
);

Description

This reactor method indicates that the AutoCAD main frame window has been moved or resized.

If bMoved is true, the window has been moved. If bMoved is false, the window has been resized.

Parameters

Parameters Description
hwndMainFrame Passed in HWND of the main frame
bMoved Passed in Boolean indicating whether the main frame (the main window) was moved or resized

Links

AcEditorReactor Class

Was this information helpful?