MSG.pt_y プロパティ

定義

メッセージがポストされたときの、画面上のカーソル位置の y 座標を取得または設定します。

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

プロパティ値

カーソル位置の y 座標。

属性

適用対象