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 控件不支持多行配置,因此不支持此属性。

适用于

另请参阅