QueryContinueDragEventArgs クラスの新しいインスタンスを初期化します。
Public Sub New( _
ByVal keyState As Integer, _ ByVal escapePressed As Boolean, _ ByVal action As DragAction _)
[C#]
public QueryContinueDragEventArgs(
intkeyState,boolescapePressed,DragActionaction);
[C++]
public: QueryContinueDragEventArgs(
intkeyState,boolescapePressed,DragActionaction);
[JScript]
public function QueryContinueDragEventArgs(
keyState : int,escapePressed : Boolean,action : DragAction);
パラメータ
- keyState
Shift、Ctrl、Alt の各キーの現在の状態。 - escapePressed
Esc キーが押された場合は true 。それ以外の場合は false 。 - action
DragAction 値。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
QueryContinueDragEventArgs クラス | QueryContinueDragEventArgs メンバ | System.Windows.Forms 名前空間 | DragAction | DoDragDrop