RuleSetDialog::ProcessCmdKey Method (Message%, Keys)

 

Processes a command key.

Namespace:   System.Workflow.Activities.Rules.Design
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

protected:
virtual bool ProcessCmdKey(
	Message% msg,
	Keys keyData
) override

Parameters

msg
Type: System.Windows.Forms::Message%

A Message, passed by reference that represents the Win32 message to process.

keyData
Type: System.Windows.Forms::Keys

One of the Keys values that represents the key to process.

Return Value

Type: System::Boolean

true if the keystroke was processed and accessed by the control; false to allow further processing.

.NET Framework
Available since 3.0
Return to top
Show: