WizPageDataGetString Method |
Name | Description | |
---|---|---|
GetString(String) |
Get the string value for the named item in the wizard's page data.
In this overload the current instance is assumed.
| |
GetString(String, String) |
Get the string value for the named item in the wizard's page data.
In this overload the instance name is explicitly specified allowing getting data for pages
other than the current page.
| |
GetString(String, String, String) |
Get the string value for the named item in the wizard's page data if found, else the provided default.
In this overload the instance name is explicitly specified allowing getting data for pages
other than the current page.
|