specifies a docking event. More...
import "DockingEvent.idl";
 
  
| Public Attributes | |
| com::sun::star::awt::Rectangle | TrackingRectangle | 
| specifies the current tracking rectangle | |
| com::sun::star::awt::Point | MousePos | 
| specifies the current mouse position in frame coordinates | |
| boolean | bLiveMode | 
| specifies if the layout should be adjusted immediately | |
| boolean | bInteractive | 
| specifies if the docking procedure is interactive which means that the user is currently dragging the window to a new position if this member is FALSEthe window will be docked or undocked immediately using the returned tracking rectangle | |
|  Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
specifies a docking event.
| boolean bInteractive | 
specifies if the docking procedure is interactive which means that the user is currently dragging the window to a new position if this member is FALSE the window will be docked or undocked immediately using the returned tracking rectangle 
| boolean bLiveMode | 
specifies if the layout should be adjusted immediately
| com::sun::star::awt::Point MousePos | 
specifies the current mouse position in frame coordinates
| com::sun::star::awt::Rectangle TrackingRectangle | 
specifies the current tracking rectangle