Initializes a new instance of the
WizardPage class with the specified text.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public WizardPage(
string text
) |
Visual Basic |
---|
Public Sub New (
text As String
) |
Visual C++ |
---|
public:
WizardPage(
String^ text
) |
F# |
---|
new :
text : string -> WizardPage |
Parameters
- text
- Type: System..::..String
[Missing <param name="text"/> documentation for "M:System.Extensions.Windows.Forms.WizardPage.#ctor(System.String)"]
See Also