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