GiveFeedbackEventArgs Constructores

Definición

Sobrecargas

Nombre Description
GiveFeedbackEventArgs(DragDropEffects, Boolean)

Inicializa una nueva instancia de la clase GiveFeedbackEventArgs.

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

Inicializa una nueva instancia de la clase GiveFeedbackEventArgs.

GiveFeedbackEventArgs(DragDropEffects, Boolean)

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

Inicializa una nueva instancia de la clase 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)

Parámetros

effect
DragDropEffects

Tipo de operación de arrastrar y colocar. Los valores posibles se obtienen aplicando la operación OR bit a bit (|) a las constantes definidas en .DragDropEffects

useDefaultCursors
Boolean

true si se usan punteros predeterminados; de lo contrario, false.

Se aplica a

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

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

Inicializa una nueva instancia de la clase 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)

Parámetros

useDefaultCursors
Boolean
dragImage
Bitmap
cursorOffset
Point
useDefaultDragImage
Boolean

Se aplica a