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