ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1StatusBar Class / OnRightToLeftChanged Method

In This Topic
    OnRightToLeftChanged Method (C1StatusBar)
    In This Topic
    Raises the System.Windows.Forms.Control.RightToLeftChanged event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnRightToLeftChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnRightToLeftChanged( 
       System.EventArgs e
    )

    Parameters

    e
    See Also