specifies an end pop-up mode event. More...
import "EndPopupModeEvent.idl";
 
  
| Public Attributes | |
| boolean | bTearoff | 
| specifies how the pop-up mode was ended TRUEmeans the window should be teared-off and positioned at FloatingPositionFALSEmeans the window was closed | |
| com::sun::star::awt::Point | FloatingPosition | 
| specifies the new position of the floating window in frame coordinates if bTearoff is TRUE | |
|  Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
specifies an end pop-up mode event.
| boolean 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 
| com::sun::star::awt::Point FloatingPosition | 
specifies the new position of the floating window in frame coordinates if bTearoff is TRUE