ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Component Class / CreateChildComponents Method






In This Topic
    CreateChildComponents Method (Component)
    In This Topic
    Creates child components.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CreateChildComponents() 
    'Usage
     
    
    Dim instance As Component
     
    instance.CreateChildComponents()
    protected virtual void CreateChildComponents()
    protected procedure CreateChildComponents(); virtual; 
    protected function CreateChildComponents();
    protected: virtual void CreateChildComponents(); 
    protected:
    virtual void CreateChildComponents(); 
    See Also