MaskedTextBox.GetPositionFromCharIndex(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した文字インデックス位置にあるコントロール内の位置を取得します。
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
場所を取得する文字のインデックス。
返品
コントロールのクライアント四角形内の指定した文字の位置。