WizCompletedPageInfo Constructor |
Name | Description | |
---|---|---|
WizCompletedPageInfo |
Default constructor.
| |
WizCompletedPageInfo(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.
| |
WizCompletedPageInfo(PageElementInfo) |
Constructs from a live PageElementInfo object. This constructor is used for pages
completed (and the current page) in the current wizard instance where the PageElementInfo
is available.
|