Nyelv

QueryContinueDragEventArgs(Int32, Boolean, DragAction) Konstruktor

Definíció

Inicializálja a QueryContinueDragEventArgs osztály új példányát.

public:
 QueryContinueDragEventArgs(int keyState, bool escapePressed, System::Windows::Forms::DragAction action);
public QueryContinueDragEventArgs(int keyState, bool escapePressed, System.Windows.Forms.DragAction action);
new System.Windows.Forms.QueryContinueDragEventArgs : int * bool * System.Windows.Forms.DragAction -> System.Windows.Forms.QueryContinueDragEventArgs
Public Sub New (keyState As Integer, escapePressed As Boolean, action As DragAction)

Paraméterek

keyState
Int32

A SHIFT, CTRL és ALT billentyűk aktuális állapota.

escapePressed
Boolean

trueha az ESC-kulcsot lenyomták; egyéb esetben. false

action
DragAction

Egy DragAction érték.

A következőre érvényes:

Lásd még