Click or drag to resize

ThumbnailViewIsInputKey Method

This method is used to allow input from special keys.

Namespace:  Atalasoft.Imaging.WinControls
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 being checked.

Return Value

Type: Boolean

The ThumbnailView allows and handles the following keys:

Keys.ControlKeys.ShiftKeys.DownKeys.LeftKeys.RightKeys.UpKeys.HomeKeys.EndKeys.PageDownKeys.PageUp
See Also