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

unpublished struct EndDockingEvent
Base Hierarchy
EndDockingEvent
 ┗ ::com::sun::star::lang::EventObject
Usage Restrictions
not published
Description
specifies an end docking event.

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 cancelled  
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 cancelled
Top of Page