Toggler Constructor |
Name | Description | |
---|---|---|
Toggler |
Default constructor.
| |
Toggler(String) |
Constructor taking the client-side ID of the associated control.
| |
Toggler(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.
| |
Toggler(WebControl, Boolean) |
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.
|