An NDoc Documented Class Library

WizardSheet Constructor (String)

Constructs a new Wizard Sheet specifying the name of the wizard (for the Titlebar).

public WizardSheet(
   string titleBarText
);

Parameters

titleBarText
Text for the Titlebar

Example

To create a new WizardSheet object while specifying the dialog title:

            Wizard sheet = new WizardSheet("My Wizard");
            

See Also

WizardSheet Class | WizardSheet Members | Genghis.Windows.Forms Namespace | WizardSheet Constructor Overload List