WizPageDataSetValue Method |
Name | Description | |
---|---|---|
SetValue(String, String) |
Set the named value into the wizard's page data.
If the item already exists its value will be replaced with the specified value.
In this overload the current instance is assumed.
| |
SetValue(String, String, String) |
Set the named value into the wizard's page data.
If the item already exists its value will be replaced with the specified value.
In this overload the instance name is explicitly specified allowing setting data for pages
other than the current page.
|