IsVkeyAllowed Method (SapWindow)
Class
SapWindow
.
Action
The method returns True if the given virtual key can be executed on the current screen.
Syntax
C#
vkeyAllowed
=
window
.
IsVkeyAllowed
(
vkey
)
VB
vkeyAllowed
=
window
.
IsVkeyAllowed
(
vkey
)
Variable
Description
vkeyAllowed
Boolean
.
vkey
The key to evaluate.
VKey
.