WizCompletedPageInfo Class |
Namespace: NetQuarry
The WizCompletedPageInfo type exposes the following members.
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.
|
Name | Description | |
---|---|---|
Info |
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.
| |
StepCaption |
The step's localized caption.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WizStepCaption |
Gets the StepCaption for the specified wizard PageElementInfo page.
|
Name | Description | |
---|---|---|
StepBarIfUsed |
Caption prefix indicating that this page should only be shown in the StepBar once the page has used.
This prefix is applied when the page element has the StepBarIfUsed attribute set.
Applies only when the wizard's ShowStepBar attribute is set.
|
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |