Click or drag to resize

CookiePolicyAddParsedSubObject Method

Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object.

Namespace:  Cadcorp.Web.UI.Controls
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected override void AddParsedSubObject(
	Object obj
)

Parameters

obj
Type: SystemObject
An Object that represents the parsed element.
See Also