Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / OnLayout Method
A System.Windows.Forms.LayoutEventArgs that contains the event data.


In This Topic
OnLayout Method (FormulaTextBox)
In This Topic
Syntax
'Declaration
 
Protected Overrides Sub OnLayout( _
   ByVal levent As LayoutEventArgs _
) 
 
'Usage
 
Dim instance As FormulaTextBox
Dim levent As LayoutEventArgs
 
instance.OnLayout(levent)

Parameters

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