Click or drag to resize

WizPageDataGetString Method

Overload List
  NameDescription
Public methodGetString(String)
Get the string value for the named item in the wizard's page data. In this overload the current instance is assumed.
Public methodGetString(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.
Public methodGetString(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.
Top
See Also