ClientUI.GetCursorX Method

Gets the X cursor coordinates (WPF Only)
<ID("GetCursorX", (int)e.GetCursorX1)> _ 
<EditorBrowsable(EditorBrowsableState.Advanced)> _ 
Public Function GetCursorX() As Integer
This language is not supported or no code example is available.
[ID("GetCursorX", (int)e.GetCursorX1)] 
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public int GetCursorX()
This language is not supported or no code example is available.

Return Value

int

.NET Framework

Supported in: 4.8

In this article

Definition