Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonHelpers Class / rxbd<Sxbd> Method


In This Topic
    rxbd<Sxbd> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function rxbd(Of Sxbd As {New, INRibbonButton})( _
       ByVal txbd As System.String, _
       ByVal Uxbd As NImage, _
       ByVal vxbd As ENRibbonWidgetState _
    ) As Sxbd
    'Usage
     
    
    Dim txbd As System.String
    Dim Uxbd As NImage
    Dim vxbd As ENRibbonWidgetState
    Dim value As Sxbd
     
    value = NRibbonHelpers.rxbd(Of Sxbd)(txbd, Uxbd, vxbd)
    internal static Sxbd rxbd<Sxbd>( 
       System.string txbd,
       NImage Uxbd,
       ENRibbonWidgetState vxbd
    )
    where Sxbd: new(), INRibbonButton

    Parameters

    txbd
    Uxbd
    vxbd

    Type Parameters

    Sxbd
    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