Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.UI.WebControls Namespace / StylePlaceHolder Class / AddParsedSubObject Method
An System.Object that represents the parsed element.
In This Topic
    AddParsedSubObject Method
    In This Topic
    Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's System.Web.UI.ControlCollection object.
    Syntax
    protected override void AddParsedSubObject( 
       object obj
    )

    Parameters

    obj
    An System.Object that represents the parsed element.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also