:: com :: sun :: star :: awt ::

struct EndDockingEvent
Base Hierarchy
EndDockingEvent
 ┗ ::com::sun::star::lang::EventObject

Elements' Summary
WindowRectangle specifies the new bounding rectangle of the window  
bFloating specifies if the window is now floating `TRUE` or docked `FALSE`  
bCancelled specifies that the docking procedure was canceled  
Elements' Details
WindowRectangle
Rectangle WindowRectangle;
Description
specifies the new bounding rectangle of the window
bFloating
boolean bFloating;
Description
specifies if the window is now floating `TRUE` or docked `FALSE`
bCancelled
boolean bCancelled;
Description
specifies that the docking procedure was canceled
Top of Page