マウス ポインタの x 座標 (クライアント座標) を取得します。
Public ReadOnly Property X As Integer
[C#]
public int X {get;}
[C++]
public: __property int get_X();
[JScript]
public function get X() : int;
プロパティ値
マウス ポインタの x 座標。
解説
このプロパティをこのクラスの Y プロパティと共に使用すると、 SplitterMoving イベントおよび SplitterMoved イベントが発生するときにマウス ポインタの現在の位置を判断できます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
SplitterEventArgs クラス | SplitterEventArgs メンバ | System.Windows.Forms 名前空間 | Y | SplitterMoving | SplitterMoved