'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the treeview will perform custom drawing.")> Public Property CustomDraw As System.Boolean
'Usage
Dim instance As NTreeView Dim value As System.Boolean instance.CustomDraw = value value = instance.CustomDraw
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the treeview will perform custom drawing.")] public System.bool CustomDraw {get; set;}