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