WorkflowDesignerMessageFilter::OnKeyDown Method (KeyEventArgs^)

 

Occurs when a key is pressed.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
virtual bool OnKeyDown(
	KeyEventArgs^ eventArgs
)

Parameters

eventArgs
Type: System.Windows.Forms::KeyEventArgs^

A KeyEventArgs that contains information about the event.

Return Value

Type: System::Boolean

true if the message is handled; otherwise, false.

OnKeyDown occurs when a key is pressed when a specific object has focus.

The following code example shows how to override the OnKeyDown method to customize how to remove activities from a workflow design surface.

This code example is part of the Basic Designer Hosting SDK Sample from the DesignerShell.cs file. For more information, seeBasic Designer Hosting.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: