Click or drag to resize

DragDropTargetEventArgsX Property

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

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public int X { get; }

Property Value

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