Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PerformLayout Method / PerformLayout(Control,String) Method
Child control
Property that changed in the child control


In This Topic
PerformLayout(Control,String) Method
In This Topic
Forces the component to apply layout logic to the specified child control for the specified property change.
Syntax
'Declaration
 
Public Overloads Shadows Sub PerformLayout( _
   ByVal affectedControl As Control, _
   ByVal affectedProperty As String _
) 
 
'Usage
 
Dim instance As FpSpread
Dim affectedControl As Control
Dim affectedProperty As String
 
instance.PerformLayout(affectedControl, affectedProperty)

Parameters

affectedControl
Child control
affectedProperty
Property that changed in the child control
See Also