GiveFeedbackEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GiveFeedbackEventArgs(DragDropEffects, Boolean) |
Initializes a new instance of the GiveFeedbackEventArgs class. |
GiveFeedbackEventArgs(DragDropEffects, Boolean, Bitmap, Point, Boolean) |
Initializes a new instance of the GiveFeedbackEventArgs class. |
GiveFeedbackEventArgs(DragDropEffects, Boolean)
Initializes a new instance of the GiveFeedbackEventArgs class.
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)
Parameters
- effect
- DragDropEffects
The type of drag-and-drop operation. Possible values are obtained by applying the bitwise OR (|) operation to the constants defined in the DragDropEffects.
- useDefaultCursors
- Boolean
true
if default pointers are used; otherwise, false
.
Applies to
GiveFeedbackEventArgs(DragDropEffects, Boolean, Bitmap, Point, Boolean)
Initializes a new instance of the GiveFeedbackEventArgs class.
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)
Parameters
- effect
- DragDropEffects
- useDefaultCursors
- Boolean
- dragImage
- Bitmap
- cursorOffset
- Point
- useDefaultDragImage
- Boolean