ToolStripItem.DoDragDrop メソッド
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Public Function DoDragDrop ( _ data As Object, _ allowedEffects As DragDropEffects _ ) As DragDropEffects
Dim instance As ToolStripItem Dim data As Object Dim allowedEffects As DragDropEffects Dim returnValue As DragDropEffects returnValue = instance.DoDragDrop(data, allowedEffects)
戻り値
DragDropEffects 値の 1 つ。

ドラッグ操作が別のプロセスのアプリケーションと対話する必要がある場合、data パラメータは、基本マネージ クラス (System.String、System.Drawing.Bitmap、または System.Drawing.Imaging.Metafile)、System.Runtime.Serialization.ISerializable を実装するオブジェクト、または IDataObject を実装するオブジェクトのいずれかである必要があります。

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からToolStripItem.DoDragDrop メソッドを検索する場合は、下記のリンクをクリックしてください。

- ToolStripItem.DoDragDrop メソッドのページへのリンク