ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1RibbonForm Class / OnRightToLeftLayoutChanged Method

In This Topic
    OnRightToLeftLayoutChanged Method
    In This Topic
    Raises the RightToLeftLayoutChanged event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnRightToLeftLayoutChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnRightToLeftLayoutChanged( 
       System.EventArgs e
    )

    Parameters

    e
    See Also