Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
True if transition navigation keys are active. Read/write Boolean.
Syntax
expression.TransitionNavigKeys
expression A variable that represents an Application object.
Example
This example displays the current state of the Transition navigation keys option.
If Application.TransitionNavigKeys Then
keyState = "On"
Else
keyState = "Off"
End If
MsgBox "The Transition Navigation Keys option is " & keyState
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.