Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTabPage Class / OnParentRightToLeftChanged Method

In This Topic
    OnParentRightToLeftChanged Method
    In This Topic
    Raises the System.Windows.Forms.Control.RightToLeftChanged event when the System.Windows.Forms.Control.RightToLeft property value of the control's container changes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnParentRightToLeftChanged( _
       ByVal e As EventArgs _
    ) 
    protected override void OnParentRightToLeftChanged( 
       EventArgs e
    )

    Parameters

    e
    See Also