RanorexRanorex Documentation
AbortKey Property
NamespacesRanorexKeyboardAbortKey
Gets or sets a key-modifier combination that aborts the current thread if pressed.
Declaration Syntax
C#Visual BasicVisual C++
public static Keys AbortKey { get; set; }
Public Shared Property AbortKey As Keys
public:
static property Keys AbortKey {
	Keys get ();
	void set (Keys value);
}
Remarks
If the abort key is pressed, the thread that set the AbortKey is aborted; i.e. a ThreadAbortException is raised in the thread that set the AbortKey.

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