Share

AcEditorReactor::docFrameMovedOrResized

C++

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

Description

This reactor method indicates that an MDI child 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
hwndDocFrame Passed in HWND of the child frame
bMoved Passed in Boolean indicating whether the document was moved or resized

Links

AcEditorReactor Class

Was this information helpful?