'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the default context menu will be displayed when the user right-clicks on a row header.")> Public Property DefaultRowHeaderContextMenu As System.Boolean
'Usage
Dim instance As NTreeList Dim value As System.Boolean instance.DefaultRowHeaderContextMenu = value value = instance.DefaultRowHeaderContextMenu
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the default context menu will be displayed when the user right-clicks on a row header.")] public System.bool DefaultRowHeaderContextMenu {get; set;}