ContextMenuEventArgs.CursorLeft プロパティ

定義

テキスト カーソルの水平方向の位置のピクセル オフセットを取得します。

public:
 property double CursorLeft { double get(); };
double CursorLeft();
public double CursorLeft { get; }
var double = contextMenuEventArgs.cursorLeft;
Public ReadOnly Property CursorLeft As Double

プロパティ値

Double

double

ピクセル単位の値。

適用対象