WinForms

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

    Show / Hide Table of Contents

    Class WizardContainerDesigner

    Inheritance
    System.Object
    WizardContainerDesigner
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class WizardContainerDesigner : ParentControlDesigner

    Constructors

    WizardContainerDesigner()

    Declaration
    public WizardContainerDesigner()

    Properties

    SelectionRules

    Declaration
    public override SelectionRules SelectionRules { get; }
    Property Value
    Type Description
    System.Windows.Forms.Design.SelectionRules

    Methods

    CanParent(Control)

    Declaration
    public override bool CanParent(Control control)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control
    Returns
    Type Description
    System.Boolean

    OnDragEnter(DragEventArgs)

    Declaration
    protected override void OnDragEnter(DragEventArgs de)
    Parameters
    Type Name Description
    System.Windows.Forms.DragEventArgs de

    OnDragOver(DragEventArgs)

    Declaration
    protected override void OnDragOver(DragEventArgs de)
    Parameters
    Type Name Description
    System.Windows.Forms.DragEventArgs de
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved