JQueryTabContainerAddParsedSubObject Method |
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.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax protected override void AddParsedSubObject(
Object obj
)
Parameters
- obj
- Type: SystemObject
See Also