MaskedTextBox.GetLineFromCharIndex(Int32) 메서드

정의

컨트롤의 텍스트 내에서 지정된 문자 위치의 줄 번호를 검색합니다. 이 메서드는 MaskedTextBox에서 지원되지 않습니다.

public:
 override int GetLineFromCharIndex(int index);
public override int GetLineFromCharIndex (int index);
override this.GetLineFromCharIndex : int -> int
Public Overrides Function GetLineFromCharIndex (index As Integer) As Integer

매개 변수

index
Int32

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

반환

Int32

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

설명

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

적용 대상

추가 정보