ActiveReports 13
PerformLayout(Control,String) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class > PerformLayout Method : PerformLayout(Control,String) Method
A System.Windows.Forms.Control that represents the most recently changed control.
The name of the most recently changed property on the control.
Forces the control to apply layout logic to all its child controls.
Syntax
'Declaration
 
Public Overloads Sub PerformLayout( _
   ByVal affectedControl As Control, _
   ByVal affectedProperty As String _
) 
public void PerformLayout( 
   Control affectedControl,
   string affectedProperty
)

Parameters

affectedControl
A System.Windows.Forms.Control that represents the most recently changed control.
affectedProperty
The name of the most recently changed property on the control.
See Also

Reference

Toolbox Class
Toolbox Members
Overload List