Click or drag to resize

IWizardTemplatePagePush Method

Pushes the specified page onto the PageStack. This method is provided primarily for internal use, use with caution. Use PagePop to pop the previous page off the stack.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void PagePush(
	int page
)

Parameters

page
Type: SystemInt32
The page to push onto the previous page stack.
See Also