Search
EKeyboardFlag Enumeration
See Also
 



Members of this enumeration are used as indices of the KeyboardFlags indexed property.

 Syntax

VB6  Copy Code

Public Enum EKeyboardFlag

C++  Copy Code

enum EKeyboardFlag

 Members

  Member name Value Description

fHandleDelInTranslAcc

0

If enabled, the DEL key is processed in the implementation of TranslateAccelerator.

fHandleArrowsInTranslAcc

1

If enabled, the arrow keys are processed in the implementation of TranslateAccelerator.

fHandleKeyDownInTranslAcc

2

If enabled, all keys are processed in the implementation of TranslateAccelerator.

 See Also