Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / OnLayout Method
A System.Windows.Forms.LayoutEventArgs that indicates the event arguments.


In This Topic
    OnLayout Method (RotationAngle)
    In This Topic
    Lays out the control.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnLayout( _
       ByVal levent As LayoutEventArgs _
    ) 
    'Usage
     
    
    Dim instance As RotationAngle
    Dim levent As LayoutEventArgs
     
    instance.OnLayout(levent)
    protected override void OnLayout( 
       LayoutEventArgs levent
    )

    Parameters

    levent
    A System.Windows.Forms.LayoutEventArgs that indicates the event arguments.
    See Also