Nevron.UI.WinForm.Controls Namespace / NRichTextBox Class / Lines Property


Lines Property (NRichTextBox)
Syntax
'Declaration
 
<SRCategoryAttribute("CatAppearance")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.MergablePropertyAttribute(False)>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("TextBoxLinesDescr")>
<System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringArrayEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)>
Public Property Lines As System.String()
 
'Usage
 
Dim instance As NRichTextBox
Dim value() As System.String
 
instance.Lines = value
 
value = instance.Lines
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also