MSG.pt_x 属性

定义

获取或设置发送消息之后屏幕上光标位置的 x 坐标。

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

属性值

Int32

光标位置的 x 坐标。

属性

适用于