Click or drag to resize

AnnotateViewerIsInputKey Method

Used to determine if the key press is used as an input key of the control.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override bool IsInputKey(
	Keys keyData
)

Parameters

keyData
Type: System.Windows.FormsKeys
The key to test.

Return Value

Type: Boolean
True if the key is an input key.
See Also