MaskedTextBox.GetPositionFromCharIndex(Int32) メソッド

定義

指定の文字インデックスにおけるコントロール内の位置を取得します。

public:
 override System::Drawing::Point GetPositionFromCharIndex(int index);
public override System.Drawing.Point GetPositionFromCharIndex (int index);
override this.GetPositionFromCharIndex : int -> System.Drawing.Point
Public Overrides Function GetPositionFromCharIndex (index As Integer) As Point

パラメーター

index
Int32

位置の取得対象とする文字のインデックス。

戻り値

Point

コントロールのクライアントの四角形領域内における、指定した文字の位置。

適用対象

こちらもご覧ください