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
)
Protected Overrides Function IsInputKey (
keyData As Keys
) As Boolean
Parameters
- keyData
- Type: System.Windows.FormsKeys
The key being checked.
Return Value
Type:
BooleanThe ThumbnailView allows and handles the following keys:
Keys.ControlKeys.ShiftKeys.DownKeys.LeftKeys.RightKeys.UpKeys.HomeKeys.EndKeys.PageDownKeys.PageUp
See Also