CarouselAddParsedSubObject 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:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxprotected override void AddParsedSubObject(
Object obj
)
Parameters
- obj
- Type: SystemObject
An Object that represents the parsed element.
See Also