Constructor Wizard
Wizard()
public Wizard()
Remarks
The Wizard will be vertically and horizontally centered in the container.
After initialization use X
, Y
, Width
, and Height
change size and position.
Wizard(ustring)
public Wizard(ustring title)
Parameters
title
ustringSets the Title for the Wizard.
Remarks
The Wizard will be vertically and horizontally centered in the container.
After initialization use X
, Y
, Width
, and Height
change size and position.