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

場所を取得する文字のインデックス。

返品

コントロールのクライアント四角形内の指定した文字の位置。

適用対象

こちらもご覧ください