GiveFeedbackEventArgs Constructeurs

Définition

Surcharges

Nom Description
GiveFeedbackEventArgs(DragDropEffects, Boolean)

Initialise une nouvelle instance de la classe GiveFeedbackEventArgs.

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

Initialise une nouvelle instance de la classe GiveFeedbackEventArgs.

GiveFeedbackEventArgs(DragDropEffects, Boolean)

Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs

Initialise une nouvelle instance de la classe 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)

Paramètres

effect
DragDropEffects

Type d’opération de glisser-déplacer. Les valeurs possibles sont obtenues en appliquant l’opération OR au niveau du bit (|) aux constantes définies dans le DragDropEffects.

useDefaultCursors
Boolean

true si les pointeurs par défaut sont utilisés ; sinon, false.

S’applique à

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

Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs

Initialise une nouvelle instance de la classe 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)

Paramètres

useDefaultCursors
Boolean
dragImage
Bitmap
cursorOffset
Point
useDefaultDragImage
Boolean

S’applique à