'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("TreeViewCheckBoxesDescr")> Public Property CheckBoxes As System.Boolean
'Usage
Dim instance As NSceneTreeViewControl Dim value As System.Boolean instance.CheckBoxes = value value = instance.CheckBoxes
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(false)] [SRDescription("TreeViewCheckBoxesDescr")] public System.bool CheckBoxes {get; set;}