Processes a dialog key.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override bool ProcessDialogKey(
	Keys keyData
)
Visual Basic (Declaration)
Protected Overrides Function ProcessDialogKey ( _
	keyData As Keys _
) As Boolean
Visual C++
protected:
virtual bool ProcessDialogKey(
	Keys keyData
) override

Parameters

keyData
Type: System.Windows.Forms..::.Keys
One of the Keys values that represents the key to process.

Return Value

true if the key was processed by the control; otherwise, false.

See Also