ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / Gs1DataBarExpandedStackedTagHelper Class / GetObjectInstance Method
The parent object. It is optional.

In This Topic
    GetObjectInstance Method (Gs1DataBarExpandedStackedTagHelper)
    In This Topic
    Gets the TControl instance.
    Syntax
    'Declaration
     
    Protected Overridable Function GetObjectInstance( _
       Optional ByVal parent As Object _
    ) As Gs1DataBarExpandedStacked
    protected virtual Gs1DataBarExpandedStacked GetObjectInstance( 
       object parent
    )

    Parameters

    parent
    The parent object. It is optional.

    Return Value

    An instance of TControl
    See Also