Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENSplitterCollapseMode Enumeration


In This Topic
    ENSplitterCollapseMode Enumeration
    In This Topic
    Enumerates the splitter collapse modes, which determine the visibility of the splitter thumb buttons.
    Syntax
    'Declaration
     
    
    Public Enum ENSplitterCollapseMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSplitterCollapseMode
    public enum ENSplitterCollapseMode : System.Enum 
    Members
    MemberDescription
    BothPanesBoth the "Collapse Previous Pane" and the "Collapse Next Pane" splitter thumb buttons will be visible.
    NextPaneThe "Collapse Next Pane" splitter thumb button will be visible.
    NoneThe splitter thumb buttons won't be visible.
    PreviousPaneThe "Collapse Previous Pane" splitter thumb button will be visible.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENSplitterCollapseMode

    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