FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / C1RibbonForm Class / OnRightToLeftLayoutChanged Method

In This Topic
    OnRightToLeftLayoutChanged Method (C1RibbonForm)
    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