GiveFeedbackEventArgs 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| GiveFeedbackEventArgs(DragDropEffects, Boolean) |
初始化 GiveFeedbackEventArgs 类的新实例。 |
| GiveFeedbackEventArgs(DragDropEffects, Boolean, Bitmap, Point, Boolean) |
初始化 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)
参数
- effect
- DragDropEffects
- useDefaultCursors
- Boolean
- dragImage
- Bitmap
- cursorOffset
- Point
- useDefaultDragImage
- Boolean