'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ColumnHeaderCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <SRDescriptionAttribute("ListViewColumnsDescr")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.MergablePropertyAttribute(False)> Public ReadOnly Property Columns As System.Windows.Forms.ListView.ColumnHeaderCollection
'Usage
Dim instance As NListView Dim value As System.Windows.Forms.ListView.ColumnHeaderCollection value = instance.Columns
[SRCategory("CatBehavior")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [System.ComponentModel.Editor("System.Windows.Forms.Design.ColumnHeaderCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [SRDescription("ListViewColumnsDescr")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.MergableProperty(false)] public System.Windows.Forms.ListView.ColumnHeaderCollection Columns {get;}