Click or drag to resize

WizCompletedPageInfo Constructor

Overload List
  NameDescription
Public methodWizCompletedPageInfo
Default constructor.
Public methodWizCompletedPageInfo(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.
Public methodWizCompletedPageInfo(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.
Top
See Also