GiveFeedbackEventArgs 构造函数

定义

重载

GiveFeedbackEventArgs(DragDropEffects, Boolean)

Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
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

拖放操作的类型。 通过将按位 OR (|) 操作应用于在中 DragDropEffects定义的常量来获取可能的值。

useDefaultCursors
Boolean

true 如果使用默认指针,则为 ;否则,为 false.

适用于

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

Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
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

适用于