Click or drag to resize
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.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected override void AddParsedSubObject(
	Object obj
)

Parameters

obj
Type: SystemObject
See Also