Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBarManager Class / ClosedCommandBars Property


In This Topic
    ClosedCommandBars Property
    In This Topic
    Gets or sets the ClosedCommandBars collection, that contains the command bars that are closed. A command bar that is closed can be redocked or refloated, depending on its state prior to the closing.
    Syntax
    'Declaration
     
    
    Public Property ClosedCommandBars As NCommandBarCollection
    'Usage
     
    
    Dim instance As NCommandBarManager
    Dim value As NCommandBarCollection
     
    instance.ClosedCommandBars = value
     
    value = instance.ClosedCommandBars
    public NCommandBarCollection ClosedCommandBars {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