Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NContextMenu Class / GetDefaultCommandTarget Method


In This Topic
    GetDefaultCommandTarget Method
    In This Topic
    Returns the default command target associated with any command sources that are attached to elemnets in the context widget hierarchy. This implementattion returns the parent node, since the context menu factory is usually a property of the element that needs context editing.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetDefaultCommandTarget() As NNode
    'Usage
     
    
    Dim instance As NContextMenu
    Dim value As NNode
     
    value = instance.GetDefaultCommandTarget()
    protected virtual NNode GetDefaultCommandTarget()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also