Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NDrawingViewWithRibbonControl Class / GetRibbonGroup Method


In This Topic
    GetRibbonGroup Method (NDrawingViewWithRibbonControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetRibbonGroup( _
       ByVal pageTitle As System.String, _
       ByVal groupTitle As System.String _
    ) As NRibbonGroup
    'Usage
     
    
    Dim instance As NDrawingViewWithRibbonControl
    Dim pageTitle As System.String
    Dim groupTitle As System.String
    Dim value As NRibbonGroup
     
    value = instance.GetRibbonGroup(pageTitle, groupTitle)
    public NRibbonGroup GetRibbonGroup( 
       System.string pageTitle,
       System.string groupTitle
    )

    Parameters

    pageTitle
    groupTitle
    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