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

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

반환

Int32

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

설명

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

적용 대상

추가 정보