Language
	
	Asturianu (ast) 
	Català (ca) 
	Čeština (cs) 
	Dansk (da) 
	Deutsch (de) 
	
	English [US] (en-US) 
	Español (es) 
	Esperanto (eo) 
	Eesti keel (et) 
	Euskara (eu) 
	Français (fr) 
	Gàidhlig (gd) 
	Galego (gl) 
	Italiano (it) 
	Lietuvių (lt) 
	Magyar (hu) 
	Nederlands (nl) 
	Norsk (no) 
	Polski (pl) 
	Português [do Brasil] (pt-BR) 
	Português [Europeu] (pt) 
	Română (ro) 
	Slovenčina (sk) 
	Slovenščina (sl) 
	Suomi (fi) 
	Svenska (sv) 
	Yкраїнська (uk) 
	Tiếng Việt (vi) 
	Türkçe (tr) 
	ኦሮሚኛ (om) 
	Հայերեն (hy) 
	Ελληνικά (el) 
	български език (bg) 
	Русский (ru) 
	Cрпски [ћирилицом] (sr) 
	
	עברית (he) 
	हिन्दी (hi) 
	ភាសាខ្មែរ (km) 
	தமிழ் (ta) 
	ภาษาไทย (th) 
	简体中文 (zh-CN) 
	正體中文 (zh-TW) 
	日本語 (ja) 
	한국어 (ko) 
	 
	
  
  
    
     The Free and Open Productivity Suite
   
      
      
  
 
::  com  :: sun  :: star  :: datatransfer  :: dnd  :: 
 
 
struct DropTargetDragEvent 
 
Base Hierarchy  
DropTargetDragEvent 
 ┗ DropTargetEvent 
    ┗ ::com::sun::star::lang ::EventObject 
 
 
 
 
Description  
The DropTargetDragEvent  is delivered from the drop target 
 to the currently registered drop target listener. 
  
It contains information regarding the current state of the operation to enable
 the operations initiator to provide the end user with the appropriate drag 
 over feedback.
  
See also  
XDropTargetListener  
 
 
 
 
Elements' Summary 
 
Context  
The drop target context of the current drag operation.
   
 
DropAction  
This value represents the currently selected drop action.
 
   
 
LocationX  
The cursor's current x location within the window's coordinates.
   
 
LocationY  
The cursor's current y location within the window's coordinates.
   
 
SourceActions  
This value represents the action or actions supported by the source.
 This may be a combination of arbitrary source actions except ACTION_DEFAULT.
   
 
Elements' Details 
 
Context 
 
 
DropAction 
byte DropAction ; 
Description  
This value represents the currently selected drop action.
 
  
See also  
DNDConstants  
 
 
 
 
 
LocationX 
long LocationX ; 
Description  
The cursor's current x location within the window's coordinates.
  
 
 
 
 
 
LocationY 
long LocationY ; 
Description  
The cursor's current y location within the window's coordinates.
  
 
 
 
 
 
SourceActions 
byte SourceActions ; 
Description  
This value represents the action or actions supported by the source.
 This may be a combination of arbitrary source actions except ACTION_DEFAULT.
  
To combine different actions use a logical OR.
 
  
See also  
DNDConstants  
 
 
 
 
 
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.