ComponentOne DashboardLayout for WinForms
SetParent Method

C1.Win.Layout Namespace > ILayout Interface : SetParent Method
Parent for ILayout container.
Attaching C1DashboardLayout instance to an existing ILayout control.
Sets parent for ILayout container.
Syntax
'Declaration
 
Sub SetParent( _
   ByVal parent As Control, _
   ByVal attaching As Boolean _
) 
void SetParent( 
   Control parent,
   bool attaching
)

Parameters

parent
Parent for ILayout container.
attaching
Attaching C1DashboardLayout instance to an existing ILayout control.
See Also

Reference

ILayout Interface
ILayout Members