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


In This Topic
    ENRibbonGroupState Enumeration
    In This Topic
    Enumerates the supported ribbon group states.
    Syntax
    'Declaration
     
    
    Public Enum ENRibbonGroupState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENRibbonGroupState
    public enum ENRibbonGroupState : System.Enum 
    Members
    MemberDescription
    CollapsedThe ribbon group is collapsed showing only its icon and text.
    LargeThe ribbon group occupies its desired size.
    MediumThe ribbon group is shrinked slightly in order to fit in the available area.
    SmallThe ribbon group is shrinked a lot in order to fit in the available area.
    Inheritance Hierarchy

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

    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