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