Freigeben über


QueryContinueDragEventArgs-Konstruktor

Initialisiert eine neue Instanz der QueryContinueDragEventArgs-Klasse.

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)

Syntax

'Declaration
Public Sub New ( _
    keyState As Integer, _
    escapePressed As Boolean, _
    action As DragAction _
)
'Usage
Dim keyState As Integer
Dim escapePressed As Boolean
Dim action As DragAction

Dim instance As New QueryContinueDragEventArgs(keyState, escapePressed, action)
public QueryContinueDragEventArgs (
    int keyState,
    bool escapePressed,
    DragAction action
)
public:
QueryContinueDragEventArgs (
    int keyState, 
    bool escapePressed, 
    DragAction action
)
public QueryContinueDragEventArgs (
    int keyState, 
    boolean escapePressed, 
    DragAction action
)
public function QueryContinueDragEventArgs (
    keyState : int, 
    escapePressed : boolean, 
    action : DragAction
)

Parameter

  • keyState
    Der aktuelle Zustand der UMSCHALTTASTE sowie von STRG und ALT.
  • escapePressed
    true, wenn ESC gedrückt wurde, andernfalls false.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

QueryContinueDragEventArgs-Klasse
QueryContinueDragEventArgs-Member
System.Windows.Forms-Namespace
DragAction-Enumeration
DoDragDrop