Click or drag to resize

Toggler Constructor

Overload List
  NameDescription
Public methodToggler
Default constructor.
Public methodToggler(String)
Constructor taking the client-side ID of the associated control.
Public methodToggler(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 methodToggler(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.
Top
See Also