←Select platform

EnableKeyboard Property (RasterThumbnailBrowser)

Summary

Gets or sets a value indicating whether the control automatically processes the keyboard.

Syntax

C#
VB
C++
public bool EnableKeyboard {get; set;} 
Public Property EnableKeyboard As Boolean 
public: 
property bool EnableKeyboard { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the control automatically processes the keyboard; otherwise, false. Default value is true.

Remarks

When automatic keyboard processing is enabled, the RasterImageList Control will process the following keys:

Key Event
PageUp, Up Arrow, Left Arrow Scroll up/left one item (depends on ScrollStyle)
PageDown, Down Arrow, Right Arrow Scroll down/right one item (depends on ScrollStyle)
Ctrl + PageUp, Ctrl + Up, Ctlr + Left, Home Scroll to beginning of list (depends on ScrollStyle)
Ctrl + PageDown, Ctrl + Down, Ctlr + Right, End Scroll to end of list (depends on ScrollStyle)

If the setting for SelectionMode is not RasterImageListSelectionMode.None, then the selected item will move up, down, left, or right, depending on the key(s) being processed. If SelectionMode is set to RasterImageListSelectionMode.Multi, multiple items can be selected using the CTRL and/or SHIFT keys in conjunction with the keys listed above.

Example

For an example, refer to RasterImageList.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly