Click or drag to resize

WizCompletedPageInfo Constructor (String)

Constructs from a step caption string. This constructor is used for pages completed, not in the current wizard, but in a wizard that chained (directly or indirectly) to this wizard. In the case of such chaining, no PageElementInfo information is available and Info will be null.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public WizCompletedPageInfo(
	string stepCaption
)

Parameters

stepCaption
Type: SystemString
The step's caption.
See Also