'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the color used to draw boxes background.")> Public Property BoxBackColor As System.Drawing.Color
'Usage
Dim instance As NTreeViewEx Dim value As System.Drawing.Color instance.BoxBackColor = value value = instance.BoxBackColor
[System.ComponentModel.Description("Gets/sets the color used to draw boxes background.")] public System.Drawing.Color BoxBackColor {get; set;}