Click or drag to resize

WizPageDataKey Method

Overload List
  NameDescription
Public methodKey(String)
The Key for indexing into the wizard's page data. This key is composed of the page instance name together with the item name. In this overload the current instance is assumed.
Public methodKey(String, String)
The Key for indexing into the wizard's page data. This key is composed of the page instance name together with the item name. In this overload the instance name is explicitly specified allowing indexing into data for pages other than the current page.
Top
See Also