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

In This Topic
    OnLayout Method
    In This Topic
    Raises the Layout event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnLayout( _
       ByVal levent As System.Windows.Forms.LayoutEventArgs _
    ) 
    protected override void OnLayout( 
       System.Windows.Forms.LayoutEventArgs levent
    )

    Parameters

    levent
    See Also