MaskedTextBox.GetCharIndexFromPosition(Point) 메서드

정의

지정된 위치에 가장 가까운 문자의 인덱스를 검색합니다.

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

매개 변수

pt
Point

검색할 위치입니다.

반환

지정된 위치의 0부터 시작하는 문자 인덱스입니다.

적용 대상

추가 정보