ClientUI.GetCursorY Method

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

Return Value

int

.NET Framework

Supported in: 4.8

In this article

Definition