Link Search Menu Expand Document

Root.AltKeyPriority Property


Change the NextTabKey property, AltKey property, the unique behavior of the target object, and the priority of raising the KeyDown event.

It also controls whether the KeyDown event occurs.

Constant Description
0 NextTabKey → Object behavior → AltKey → KeyDown
1 AltKey → NextTabKey → Object behavior → KeyDown
2 NextTabKey → AltKey → Object behavior → KeyDown

In addition, when there is an input corresponding to NextTabKey and AltKey, the KeyDown event does not occur because each process has priority, but if “16” is added to the above setting value, the operation of specifying the NextTabKey property before the object operation , The KeyDown event is also generated at the same time as the operation of specifying the AltKey property is performed.

The operation priority when the above is taken into consideration is as follows.

Constant Description
16 NextTabKey + KeyDown → Object operation → AltKey → KeyDown
17 AltKey + KeyDown → NextTabKey + KeyDown → Object operation → KeyDown
18 NextTabKey + KeyDown → AltKey + KeyDown → Object operation → KeyDown

The initial value is 0 .


Not supported in Mobile, AI