MaskedTextBox.Lines 속성

정의

여러 줄 구성에서 텍스트 줄을 가져오거나 설정합니다. 이 속성은 MaskedTextBox에서 지원되지 않습니다.

public:
 property cli::array <System::String ^> ^ Lines { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.ComponentModel.Browsable(false)]
public string[] Lines { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Lines : string[] with get, set
Public Property Lines As String()

속성 값

String[]

한 줄이 들어 있는 String 형식의 배열입니다.

특성

설명

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

적용 대상

추가 정보