Spread Windows Forms 12.0 Product Documentation
PerformLayout(Control,String) Method


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
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)
public new void PerformLayout( 
   Control affectedControl,
   string affectedProperty
)

Parameters

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

Reference

FpSpread Class
FpSpread Members
Overload List