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

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

Elements' Summary
bTearoff specifies how the pop-up mode was ended `TRUE` means the window should be teared-off and positioned at FloatingPosition `FALSE` means the window was closed  
FloatingPosition specifies the new position of the floating window in frame coordinates if bTearoff is `TRUE`  
Elements' Details
bTearoff
boolean bTearoff;
Description
specifies how the pop-up mode was ended `TRUE` means the window should be teared-off and positioned at FloatingPosition `FALSE` means the window was closed
FloatingPosition
Point FloatingPosition;
Description
specifies the new position of the floating window in frame coordinates if bTearoff is `TRUE`
Top of Page