Click or drag to resize

TogglerB Constructor

Overload List
  NameDescription
Public methodTogglerB(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.
Public methodTogglerB(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.
Top
See Also