PowerTools ActiveReports for .NET 11.0J
DragOver イベント (Viewer)

構文
'宣言
 
Public Event DragOver As DragEventHandler
public event DragEventHandler DragOver
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、DragEventArgs 型の引数を受け取りました。次の DragEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
AllowedEffectGets which drag-and-drop operations are allowed by the originator (or source) of the drag event.  
DataGets the System.Windows.Forms.IDataObject that contains the data associated with this event.  
EffectGets or sets the target drop effect in a drag-and-drop operation.  
KeyStateGets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.  
XGets the x-coordinate of the mouse pointer, in screen coordinates.  
YGets the y-coordinate of the mouse pointer, in screen coordinates.  
参照

関連項目

Viewer クラス
Viewer メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.