Class WizardContainer
The WizardContainer is used with the WizardControl. It holds a collection of WizardPage controls.
Inheritance
System.Object
WizardContainer
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class WizardContainer : Panel
Constructors
WizardContainer()
Creates a new instance of the WizardContainer class.
Declaration
public WizardContainer()
Methods
OnPaint(PaintEventArgs)
Overides the Paint Event for drawing WizardContainer.
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e | PaintEventArgs |