Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonGroupState Structure / NRibbonGroupState Constructor


In This Topic
    NRibbonGroupState Constructor
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal group As NRibbonGroup, _
       ByVal state As System.Integer, _
       ByVal priority As System.Integer _
    )
    'Usage
     
    
    Dim group As NRibbonGroup
    Dim state As System.Integer
    Dim priority As System.Integer
     
    Dim instance As New NRibbonGroupState(group, state, priority)
    public NRibbonGroupState( 
       NRibbonGroup group,
       System.int state,
       System.int priority
    )

    Parameters

    group
    state
    priority
    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