'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(True)> <SRDescriptionAttribute("ListViewMultiSelectDescr")> Public Property MultiSelect As System.Boolean
'Usage
Dim instance As NListView Dim value As System.Boolean instance.MultiSelect = value value = instance.MultiSelect
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(true)] [SRDescription("ListViewMultiSelectDescr")] public System.bool MultiSelect {get; set;}