Click or drag to resize

DragDropTargetEventArgsY Property

Gets the y-coordinate of the mouse pointer, in screen coordinates.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int Y { get; }

Property Value

Type: Int32
The y-coordinate of the mouse pointer, in screen coordinates.
See Also