QueryContinueDragEventArgs(Int32, Boolean, DragAction) コンストラクター

定義

QueryContinueDragEventArgs クラスの新しいインスタンスを初期化します。

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)

パラメーター

keyState
Int32

Shift、Ctrl、Alt の各キーの現在の状態。

escapePressed
Boolean

Esc キーが押された場合は true。それ以外の場合は false

action
DragAction

DragAction 値。

適用対象

こちらもご覧ください