MaskedTextBox.GetFirstCharIndexFromLine(Int32) 메서드

정의

지정된 줄의 첫 번째 문자 인덱스를 검색합니다. 이 메서드는 .에서 MaskedTextBox지원되지 않습니다.

public:
 int GetFirstCharIndexFromLine(int lineNumber);
public int GetFirstCharIndexFromLine(int lineNumber);
override this.GetFirstCharIndexFromLine : int -> int
Public Function GetFirstCharIndexFromLine (lineNumber As Integer) As Integer

매개 변수

lineNumber
Int32

이 매개 변수는 사용되지 않습니다.

반품

이 메서드는 항상 0을 반환합니다.

설명

메서드는 GetFirstCharIndexFromLine 기본 TextBoxBase 클래스에서 상속됩니다. 그러나 컨트롤이 여러 줄 구성을 MaskedTextBox 지원하지 않으므로 이 메서드는 지원되지 않습니다.

적용 대상

추가 정보