\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.ListBase Namespace / Frame Class / OnLayout Method

In This Topic
    OnLayout Method (Frame)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnLayout( _
       ByVal levent As System.Windows.Forms.LayoutEventArgs _
    ) 
    protected virtual void OnLayout( 
       System.Windows.Forms.LayoutEventArgs levent
    )

    Parameters

    levent
    See Also