Spread Windows Forms 12.0 Product Documentation
OnLayout Method (FormulaTextBox)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FormulaTextBox Class : OnLayout Method
A System.Windows.Forms.LayoutEventArgs that contains the event data.
Raises the System.Windows.Forms.Control.Layout event.
Syntax
'Declaration
 
Protected Overrides Sub OnLayout( _
   ByVal levent As LayoutEventArgs _
) 
'Usage
 
Dim instance As FormulaTextBox
Dim levent As LayoutEventArgs
 
instance.OnLayout(levent)
protected override void OnLayout( 
   LayoutEventArgs levent
)

Parameters

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

Reference

FormulaTextBox Class
FormulaTextBox Members