IWizardTemplatePageStack Property |
Gets the current page stack. Page numbers are 1-based, and the first element in the array is the bottom of the stack.
Note that the
CurrentPage is NOT on the stack.
The following stack manipulation methods are provided primarily for internal use,
use with caution:
- Use PrevPage to see the top page on the stack (the last page prior to this one).
- Use PagePop to pop the previous page off the stack.
- Use PagePush(Int32) to push a new page onto the page stack.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax ReadOnly Property PageStack As Integer()
Get
Property Value
Type:
Int32The current page stack (1-based indices).
See Also