'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("ListViewFullRowSelectDescr")> Public Property FullRowSelect As System.Boolean
'Usage
Dim instance As NListView Dim value As System.Boolean instance.FullRowSelect = value value = instance.FullRowSelect
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(false)] [SRDescription("ListViewFullRowSelectDescr")] public System.bool FullRowSelect {get; set;}