Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnLayout Method
Event arguments


In This Topic
    OnLayout Method (FpCombo)
    In This Topic
    Raises the Layout event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnLayout( _
       ByVal e As LayoutEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpCombo
    Dim e As LayoutEventArgs
     
    instance.OnLayout(e)
    protected virtual void OnLayout( 
       LayoutEventArgs e
    )

    Parameters

    e
    Event arguments
    See Also