GiveFeedbackEventArgs コンストラクター

定義

オーバーロード

名前 説明
GiveFeedbackEventArgs(DragDropEffects, Boolean)

GiveFeedbackEventArgs クラスの新しいインスタンスを初期化します。

GiveFeedbackEventArgs(DragDropEffects, Boolean, Bitmap, Point, Boolean)

GiveFeedbackEventArgs クラスの新しいインスタンスを初期化します。

GiveFeedbackEventArgs(DragDropEffects, Boolean)

ソース:
GiveFeedbackEventArgs.cs
ソース:
GiveFeedbackEventArgs.cs
ソース:
GiveFeedbackEventArgs.cs
ソース:
GiveFeedbackEventArgs.cs
ソース:
GiveFeedbackEventArgs.cs

GiveFeedbackEventArgs クラスの新しいインスタンスを初期化します。

public:
 GiveFeedbackEventArgs(System::Windows::Forms::DragDropEffects effect, bool useDefaultCursors);
public GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors);
new System.Windows.Forms.GiveFeedbackEventArgs : System.Windows.Forms.DragDropEffects * bool -> System.Windows.Forms.GiveFeedbackEventArgs
Public Sub New (effect As DragDropEffects, useDefaultCursors As Boolean)

パラメーター

effect
DragDropEffects

ドラッグ アンド ドロップ操作の種類。 使用可能な値は、 DragDropEffectsで定義されている定数にビットごとの OR (|) 演算を適用することによって取得されます。

useDefaultCursors
Boolean

true 既定のポインターが使用される場合。それ以外の場合は false

適用対象

GiveFeedbackEventArgs(DragDropEffects, Boolean, Bitmap, Point, Boolean)

ソース:
GiveFeedbackEventArgs.cs
ソース:
GiveFeedbackEventArgs.cs
ソース:
GiveFeedbackEventArgs.cs
ソース:
GiveFeedbackEventArgs.cs
ソース:
GiveFeedbackEventArgs.cs

GiveFeedbackEventArgs クラスの新しいインスタンスを初期化します。

public:
 GiveFeedbackEventArgs(System::Windows::Forms::DragDropEffects effect, bool useDefaultCursors, System::Drawing::Bitmap ^ dragImage, System::Drawing::Point cursorOffset, bool useDefaultDragImage);
public GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors, System.Drawing.Bitmap? dragImage, System.Drawing.Point cursorOffset, bool useDefaultDragImage);
new System.Windows.Forms.GiveFeedbackEventArgs : System.Windows.Forms.DragDropEffects * bool * System.Drawing.Bitmap * System.Drawing.Point * bool -> System.Windows.Forms.GiveFeedbackEventArgs
Public Sub New (effect As DragDropEffects, useDefaultCursors As Boolean, dragImage As Bitmap, cursorOffset As Point, useDefaultDragImage As Boolean)

パラメーター

useDefaultCursors
Boolean
dragImage
Bitmap
cursorOffset
Point
useDefaultDragImage
Boolean

適用対象