This property sets whether or not the arrow keys and the PageUp, PageDown keys on the keyboard can be used to scroll the images in the Thumbnail Control.
[Visual
Basic] thumbcontrolname.EnableArrowKeys
[ = Boolean ]
[Visual
C++] thumbcontrolname.SetEnableArrowKeys(BOOL
Val )
Property Value
Value | Explanation |
---|---|
True | The arrow keys and the PageUp and PageDown keys are enabled |
False | The arrow keys and the PageUp and PageDown keys are disabled |
Explanation
The EnableArrowKeys property sets whether or not the arrow keys and the PageUp, PageDown keys on the keyboard can be used to scroll the images in the Thumbnail Control.
Setting this value
This value can be set at run-time.Retrieving this value
This value cannot be retrieved.