Click or drag to resize

WizCompletedPageInfoInfo Property

The wizard page's PageElementInfo. This will be valid only if the wizard page is from the current wizard instance. If the element is from a previous wizard instance that chained to this instance then the value will be null.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PageElementInfo Info { get; set; }

Property Value

Type: PageElementInfo
The page descriptor.
See Also