Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBarUIBuilder Class / MenuDropDownBuilders Property


In This Topic
    MenuDropDownBuilders Property
    In This Topic
    Gets / sets the menu drop down builders.
    Syntax
    'Declaration
     
    
    Public Property MenuDropDownBuilders As NCommandBuilderCollection(Of NMenuDropDownBuilder)
    'Usage
     
    
    Dim instance As NCommandBarUIBuilder
    Dim value As NCommandBuilderCollection(Of NMenuDropDownBuilder)
     
    instance.MenuDropDownBuilders = value
     
    value = instance.MenuDropDownBuilders
    public NCommandBuilderCollection<NMenuDropDownBuilder> MenuDropDownBuilders {get; set;}
    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