WinForms

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

    Show / Hide Table of Contents

    Class WizardControlDesigner

    WizardControl Designer.

    Inheritance
    System.Object
    WizardDesigner
    WizardControlDesigner
    Implements
    IAllowMakeDirty
    Inherited Members
    WizardDesigner.Initialize(IComponent)
    WizardDesigner.IAllowMakeDirty.SetDirty()
    WizardDesigner.OnRemovePage(Object, EventArgs)
    WizardDesigner.OnNextPage(Object, EventArgs)
    WizardDesigner.OnPreviousPage(Object, EventArgs)
    WizardDesigner.InitializeNewComponent(IDictionary)
    WizardDesigner.Dispose(Boolean)
    WizardDesigner.DrawGrid
    WizardDesigner.Wizard
    WizardDesigner.Verbs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class WizardControlDesigner : WizardDesigner, IAllowMakeDirty

    Constructors

    WizardControlDesigner()

    Declaration
    public WizardControlDesigner()

    Properties

    WControl

    Declaration
    protected WizardControl WControl { get; }
    Property Value
    Type Description
    WizardControl

    Methods

    ComponentRemoving(Object, ComponentEventArgs)

    Declaration
    protected override void ComponentRemoving(object sender, ComponentEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.ComponentModel.Design.ComponentEventArgs e
    Overrides
    WizardDesigner.ComponentRemoving(Object, ComponentEventArgs)

    InitializeNewComponent()

    Declaration
    protected override void InitializeNewComponent()
    Overrides
    WizardDesigner.InitializeNewComponent()

    OnAddPage(Object, EventArgs)

    Declaration
    protected override void OnAddPage(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e
    Overrides
    WizardDesigner.OnAddPage(Object, EventArgs)

    OnMouseDragBegin(Int32, Int32)

    Declaration
    protected override void OnMouseDragBegin(int x, int y)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y

    Implements

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