バージョン

GetCharIndexFromPoint メソッド

コントロールの指定したクライアント座標でテキストの文字の位置を取得します。
シンタックス
'宣言
 
Function GetCharIndexFromPoint( _
   ByVal location As Point _
) As Integer
int GetCharIndexFromPoint( 
   Point location
)

パラメータ

location
文字の位置を取得するクライアント座標。

戻り値の型

指定された位置にあるテキストの文字のインデックス。
参照