'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Determines whether the item's local background will be painted after the owner node's one.")> Public Property PaintBackgroundOverNode As System.Boolean
'Usage
Dim instance As NTreeListNodeSubItem Dim value As System.Boolean instance.PaintBackgroundOverNode = value value = instance.PaintBackgroundOverNode
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Determines whether the item's local background will be painted after the owner node's one.")] public System.bool PaintBackgroundOverNode {get; set;}