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

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

action
DragAction

DragAction 値です。

適用対象

こちらもご覧ください