TogglerB Constructor |
Name | Description | |
---|---|---|
![]() | TogglerB(WebControl) |
Constructor taking the live associated control.
When a live associated control is provided, its ClientID will be obtained during
PreRender, and its open/closed state will be set by the toggler at that time.
|
![]() | TogglerB(WebControl, Boolean, String) |
Constructor taking the live associated control and its initial state.
When a live associated control is provided, its ClientID will be obtained during
PreRender, and its open/closed state will be set by the toggler at that time.
Note that the optional caption will be escaped for HTML.
|