IWizContainerPane Properties |
The IWizContainerPane type exposes the following members.
Name | Description | |
---|---|---|
ElementInfo |
Gets the page PageElementInfo for this pane.
| |
Expanded |
Gets/sets the expanded state of the pane (via the TogglerControl.
Note that this property is not meaningful if read, and has no effect if set, until after the WizardPaneBeforeLayout event.
| |
Pane |
Gets the outer control of the pane control hierarchy.
| |
Renderer |
Gets the renderer for this pane.
| |
TogglerControl |
Gets the object used to toggle the pane open/closed, if any (may be null).
If present, the toggler is expected to be an instance of either the NetQuarry.WebControls.Togger or
NetQuarry.WebControls.TogglerB class both of which support the IToggler interface.
Typically you should use Expanded to control the open/close state of the pane
rather than using the toggler control directly.
| |
WizContainer |
The IWizContainer wizard page hosting the pane.
|