Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NPropertyEditor Class / PopulateCommandsMenu Method


In This Topic
    PopulateCommandsMenu Method
    In This Topic
    Called by the property editor drop down.
    Syntax
    'Declaration
     
    
    Public Overridable Sub PopulateCommandsMenu( _
       ByVal dropDownMenu As NMenu _
    ) 
    'Usage
     
    
    Dim instance As NPropertyEditor
    Dim dropDownMenu As NMenu
     
    instance.PopulateCommandsMenu(dropDownMenu)
    public virtual void PopulateCommandsMenu( 
       NMenu dropDownMenu
    )

    Parameters

    dropDownMenu
    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