'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether custom item painting will be performed.")> Public Property ItemCustomDraw As System.Boolean
'Usage
Dim instance As NListView Dim value As System.Boolean instance.ItemCustomDraw = value value = instance.ItemCustomDraw
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether custom item painting will be performed.")] public System.bool ItemCustomDraw {get; set;}