dbicDayView Send comments on this topic.
PerformLayout(Control,String) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class > PerformLayout Method : PerformLayout(Control,String) Method

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.
Forces the control to apply layout logic to all its child controls.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub PerformLayout( _
   ByVal affectedControl As Control, _
   ByVal affectedProperty As String _
) 
C# 
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.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also