QueryContinueDragEventArgs(Int32, Boolean, DragAction) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 值。