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 As Control, _
ByVal As String _
)
'Usage
Dim instance As FpSpread
Dim affectedControl As Control
Dim affectedProperty As String
instance.PerformLayout(affectedControl, affectedProperty)
public new void PerformLayout(
Control ,
string
)
Parameters
- affectedControl
- Child control
- affectedProperty
- Property that changed in the child control
See Also