QueryContinueDragEventArgs(Int32, Boolean, DragAction) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da QueryContinueDragEventArgs classe.
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)
Parâmetros
- keyState
- Int32
O estado atual das teclas SHIFT, CTRL e ALT.
- escapePressed
- Boolean
true se a tecla ESC fosse pressionada; caso contrário, false.
- action
- DragAction
Um valor de DragAction.