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

In This Topic
    GetBackstageView Method (C1BackstageView)
    In This Topic
    Gets or sets the C1BackstageView associated with current C1Ribbon.
    Syntax
    'Declaration
     
    
    Public Function GetBackstageView( _
       ByVal ribbon As C1Ribbon _
    ) As C1BackstageView
    public C1BackstageView GetBackstageView( 
       C1Ribbon ribbon
    )

    Parameters

    ribbon
    See Also