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


In This Topic
    ENCollapseCondition Enumeration
    In This Topic
    Enumerates the collapse conditions for widgets that reside in ribbon groups.
    Syntax
    'Declaration
     
    
    Public Enum ENCollapseCondition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCollapseCondition
    public enum ENCollapseCondition : System.Enum 
    Members
    MemberDescription
    NeverThe widget never collapses.
    WhenParentIsMediumThe widget collapses when its parent is in medium state.
    WhenParentIsSmallThe widget collapses when its parent is in small state.
    Inheritance Hierarchy

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

    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