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