ArcFM Solution Developer Guide
Lines Property (TreeGridViewTextBoxEditingControl)


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 TreeGridViewTextBoxEditingControl
Dim value() As System.String
 
instance.Lines = value
 
value = instance.Lines
[SRCategory("CatAppearance")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.MergableProperty(false)]
[System.ComponentModel.Localizable(true)]
[SRDescription("TextBoxLinesDescr")]
[System.ComponentModel.Editor("System.Windows.Forms.Design.StringArrayEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)]
public System.string[] Lines {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridViewTextBoxEditingControl Class
TreeGridViewTextBoxEditingControl Members

 

 


Send Comment