GiveFeedbackEventArgs Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| Nazwa | Opis |
|---|---|
| GiveFeedbackEventArgs(DragDropEffects, Boolean) |
Inicjuje nowe wystąpienie klasy GiveFeedbackEventArgs. |
| GiveFeedbackEventArgs(DragDropEffects, Boolean, Bitmap, Point, Boolean) |
Inicjuje nowe wystąpienie klasy GiveFeedbackEventArgs. |
GiveFeedbackEventArgs(DragDropEffects, Boolean)
- Źródło:
- GiveFeedbackEventArgs.cs
- Źródło:
- GiveFeedbackEventArgs.cs
- Źródło:
- GiveFeedbackEventArgs.cs
- Źródło:
- GiveFeedbackEventArgs.cs
- Źródło:
- GiveFeedbackEventArgs.cs
Inicjuje nowe wystąpienie klasy 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)
Parametry
- effect
- DragDropEffects
Typ operacji przeciągania i upuszczania. Możliwe wartości są uzyskiwane przez zastosowanie operacji bitowej OR (|) do stałych zdefiniowanych w obiekcie DragDropEffects.
- useDefaultCursors
- Boolean
true jeśli są używane wskaźniki domyślne; w przeciwnym razie, false.
Dotyczy
GiveFeedbackEventArgs(DragDropEffects, Boolean, Bitmap, Point, Boolean)
- Źródło:
- GiveFeedbackEventArgs.cs
- Źródło:
- GiveFeedbackEventArgs.cs
- Źródło:
- GiveFeedbackEventArgs.cs
- Źródło:
- GiveFeedbackEventArgs.cs
- Źródło:
- GiveFeedbackEventArgs.cs
Inicjuje nowe wystąpienie klasy 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)
Parametry
- effect
- DragDropEffects
- useDefaultCursors
- Boolean
- dragImage
- Bitmap
- cursorOffset
- Point
- useDefaultDragImage
- Boolean