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

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

Elements' Summary
bTearoff specifies how the popup 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 popup 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