Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1BackstageView Class / SetBackstageView Method

In This Topic
    SetBackstageView Method (C1BackstageView)
    In This Topic
    Sets the C1BackstageView associated with current C1Ribbon.
    Syntax
    'Declaration
     
    
    Public Sub SetBackstageView( _
       ByVal ribbon As C1Ribbon, _
       ByVal value As C1BackstageView _
    ) 
    public void SetBackstageView( 
       C1Ribbon ribbon,
       C1BackstageView value
    )

    Parameters

    ribbon
    value
    See Also