RanorexRanorex Documentation
CursorName Property
NamespacesRanorexMouseCursorName
Gets the name of the current mouse Cursor. If the cursor is not a system cursor, but a custom cursor, the name is 'Custom' plus its Handle value.
Declaration Syntax
C#Visual BasicVisual C++
public static string CursorName { get; }
Public Shared ReadOnly Property CursorName As String
public:
static property String^ CursorName {
	String^ get ();
}
Value
The name of the cursor.

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