[]
        
(Showing Draft Content)

C1.Win.Layout.ILayout.SetParent

SetParent Method

SetParent(Control, bool)

Sets parent for ILayout container.

Declaration
void SetParent(Control parent, bool attaching)
Sub SetParent(parent As Control, attaching As Boolean)
Parameters
Type Name Description
Control parent

Parent for ILayout container.

bool attaching

Attaching C1DashboardLayout instance to an existing ILayout control.