OLPanelAddParsedSubObject 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.OpenLayers
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxprotected override void AddParsedSubObject(
Object obj
)
Protected Overrides Sub AddParsedSubObject (
obj As Object
)
Parameters
- obj
- Type: SystemObject
An Object that represents the parsed element.
See Also