CreateChildComponents Method (DashboardLayout)
In This Topic
Ensures the child components created.
Syntax
'Declaration
Protected Overrides Sub CreateChildComponents()
'Usage
Dim instance As DashboardLayout
instance.CreateChildComponents()
protected override void CreateChildComponents()
protected procedure CreateChildComponents(); override;
protected override function CreateChildComponents();
protected: void CreateChildComponents(); override
protected:
void CreateChildComponents(); override
See Also