ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1SplitButton Class / OnLayout Method
A System.Windows.Forms.LayoutEventArgs that contains the event data.

In This Topic
    OnLayout Method (C1SplitButton)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnLayout( _
       ByVal levent As LayoutEventArgs _
    ) 
    protected override void OnLayout( 
       LayoutEventArgs levent
    )

    Parameters

    levent
    A System.Windows.Forms.LayoutEventArgs that contains the event data.
    See Also