DragEventArgs コンストラクタ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Public Sub New ( _ data As IDataObject, _ keyState As Integer, _ x As Integer, _ y As Integer, _ allowedEffect As DragDropEffects, _ effect As DragDropEffects _ )
Dim data As IDataObject Dim keyState As Integer Dim x As Integer Dim y As Integer Dim allowedEffect As DragDropEffects Dim effect As DragDropEffects Dim instance As New DragEventArgs(data, keyState, x, y, allowedEffect, effect)
public DragEventArgs ( IDataObject data, int keyState, int x, int y, DragDropEffects allowedEffect, DragDropEffects effect )
public: DragEventArgs ( IDataObject^ data, int keyState, int x, int y, DragDropEffects allowedEffect, DragDropEffects effect )
public DragEventArgs ( IDataObject data, int keyState, int x, int y, DragDropEffects allowedEffect, DragDropEffects effect )
public function DragEventArgs ( data : IDataObject, keyState : int, x : int, y : int, allowedEffect : DragDropEffects, effect : DragDropEffects )
- allowedEffect
DragDropEffects 値の 1 つ。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- DragEventArgs コンストラクタのページへのリンク