ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPrintPreviewDialog Class / PerformLayout Method / PerformLayout(Control,String) Method

In This Topic
    PerformLayout(Control,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub PerformLayout( _
       ByVal affectedControl As System.Windows.Forms.Control, _
       ByVal affectedProperty As System.String _
    ) 
    public void PerformLayout( 
       System.Windows.Forms.Control affectedControl,
       System.string affectedProperty
    )

    Parameters

    affectedControl
    affectedProperty
    See Also