RanorexRanorex Documentation
Up Method (key, scanCode, setModifiers)
NamespacesRanorexKeyboardUp(Keys, Int32, Boolean)
Sets the state of the specified key to released/up.
Declaration Syntax
C#Visual BasicVisual C++
public static void Up(
	Keys key,
	int scanCode,
	bool setModifiers
)
Public Shared Sub Up ( _
	key As Keys, _
	scanCode As Integer, _
	setModifiers As Boolean _
)
public:
static void Up(
	Keys key, 
	int scanCode, 
	bool setModifiers
)
Parameters
key (Keys)
The key.
scanCode (Int32)
The hardware scan code for the key. Specify DefaultScanCode to use the default scan code for the specified virtual key.
setModifiers (Boolean)
A value specifying whether to set the modifiers specified in the key.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)