QueryContinueDragEventArgs(Int32, Boolean, DragAction) Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci QueryContinueDragEventArgs třídy.
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)
Parametry
- keyState
- Int32
Aktuální stav kláves SHIFT, CTRL a ALT.
- escapePressed
- Boolean
true
pokud byla stisknuta klávesa ESC; v opačném případě . false
- action
- DragAction
Hodnota DragAction .