Click or drag to resize

DragDropTargetEventArgsX Property

Gets the x-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 X { get; }

Property Value

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