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


In This Topic
    DefaultRowHeaderContextMenu Property
    In This Topic
    Determines whether the default context menu will be displayed when the user right-clicks on a row 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 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;}
    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