WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WizardContainer

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved