PowerTools InputMan for Windows Forms 8.0J
DragEnter イベント

オブジェクトがコントロールの境界内にドラッグされると発生します。
構文
Public Shadows Event DragEnter As DragEventHandler
public new event DragEventHandler DragEnter
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、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.  
参照

GcRichTextBox クラス
GcRichTextBox メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.