Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeList Class / DefaultColumnHeaderContextMenu Property


In This Topic
    DefaultColumnHeaderContextMenu Property
    In This Topic
    Determines whether the default context menu will be displayed when the user right-clicks on a column header.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also