GiveFeedbackEventArgs(DragDropEffects, Boolean) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 glisser-déplacer. Les valeurs possibles sont obtenues en appliquant l'opérateur de bits OR (|) aux constantes définies dans DragDropEffects.
- useDefaultCursors
- Boolean
true
si les pointeurs par défaut sont utilisés ; sinon false
.