MSG.pt_x Property

Definition

Gets or sets the x coordinate of the cursor position on the screen, when the message was posted.

public:
 property int pt_x { int get(); void set(int value); };
public int pt_x { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public int pt_x { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.pt_x : int with get, set
member this.pt_x : int with get, set
Public Property pt_x As Integer

Property Value

The x coordinate of the cursor position.

Attributes

Applies to