'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the width and height of expand-collapse box.")> Public Property BoxLength As System.Integer
'Usage
Dim instance As NTreeViewEx Dim value As System.Integer instance.BoxLength = value value = instance.BoxLength
[System.ComponentModel.Description("Gets/sets the width and height of expand-collapse box.")] public System.int BoxLength {get; set;}