'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the grid will use custom scrollbars.")> Public Property UseColumnContextMenu As System.Boolean
'Usage
Dim instance As NDataGridView Dim value As System.Boolean instance.UseColumnContextMenu = value value = instance.UseColumnContextMenu
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the grid will use custom scrollbars.")] public System.bool UseColumnContextMenu {get; set;}