バージョン

GetCaretLocation メソッド

指定したカレット位置でカレットの位置を返します。
シンタックス
'宣言
 
Public Function GetCaretLocation( _
   ByVal caretPosition As Integer _
) As Rectangle
public Rectangle GetCaretLocation( 
   int caretPosition
)

パラメータ

caretPosition
カレットの位置。

戻り値の型

カレットの位置を指定する System.Drawing.Rectangle
参照