MaskedTextBox.GetFirstCharIndexFromLine(Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 줄에 있는 첫 번째 문자의 인덱스를 검색합니다. 이 메서드는 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 지원하지 않으므로 이 메서드는 지원되지 않습니다.