menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramLoadBaseWizard - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramLoadBaseWizard

    Base class for diagram wizard.

    Inheritance
    System.Object
    Office2007Form
    DiagramLoadBaseWizard
    Inherited Members
    Office2007Form.AllowRoundedCorners
    Office2007Form.ApplyAeroTheme
    Office2007Form.ApplyScaleToControl(Single)
    Office2007Form.AutoScroll
    Office2007Form.CaptionAlign
    Office2007Form.CaptionBarHeight
    Office2007Form.CaptionBarHeightMode
    Office2007Form.CaptionFont
    Office2007Form.CaptionForeColor
    Office2007Form.ColorScheme
    Office2007Form.ColorSchemeIsManaged
    Office2007Form.ColorTable
    Office2007Form.CreateAccessibilityInstance()
    Office2007Form.CreateParams
    Office2007Form.DisableOffice2007Style
    Office2007Form.DropShadow
    Office2007Form.EnableDpiAware
    Office2007Form.EnableTouchMode
    Office2007Form.IsActive
    Office2007Form.IsRightToLeft
    Office2007Form.OnActivated(EventArgs)
    Office2007Form.OnColorSchemeChanged()
    Office2007Form.OnHandleCreated(EventArgs)
    Office2007Form.OnLoad(EventArgs)
    Office2007Form.OnLocationChanged(EventArgs)
    Office2007Form.OnPaintBackground(PaintEventArgs)
    Office2007Form.OnRightToLeftChanged(EventArgs)
    Office2007Form.OnRightToLeftLayoutChanged(EventArgs)
    Office2007Form.OnShown(EventArgs)
    Office2007Form.OnStyleChanged(EventArgs)
    Office2007Form.ResetDropShadow()
    Office2007Form.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
    Office2007Form.SetClientSizeCore(Int32, Int32)
    Office2007Form.UseOffice2007SchemeBackColor
    Office2007Form.WndProc(Message)
    Namespace: Syncfusion.Diagram.Base.Wizard
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class DiagramLoadBaseWizard : Office2007Form

    Constructors

    DiagramLoadBaseWizard()

    Initializes a new instance of the DiagramLoadBaseWizard class.

    Declaration
    public DiagramLoadBaseWizard()

    Fields

    btnCancel

    Cancel button.

    Declaration
    protected ImageButton btnCancel
    Field Value
    Type
    ImageButton

    btnDiagramBuilder

    Load diagram builder button.

    Declaration
    protected Button btnDiagramBuilder
    Field Value
    Type
    System.Windows.Forms.Button

    btnLoadEDD

    Load EDD button.

    Declaration
    protected Button btnLoadEDD
    Field Value
    Type
    System.Windows.Forms.Button

    btnLoadEDP

    Load EDP button.

    Declaration
    protected Button btnLoadEDP
    Field Value
    Type
    System.Windows.Forms.Button

    btnOk

    OK button.

    Declaration
    protected ImageButton btnOk
    Field Value
    Type
    ImageButton

    btnSymbolDesigner

    Load Symbol designer button.

    Declaration
    protected Button btnSymbolDesigner
    Field Value
    Type
    System.Windows.Forms.Button

    dEDP

    Open file dialog.

    Declaration
    protected OpenFileDialog dEDP
    Field Value
    Type
    System.Windows.Forms.OpenFileDialog

    Properties

    EDDPath

    Gets or sets the EDD path.

    Declaration
    public string EDDPath { get; set; }
    Property Value
    Type Description
    System.String

    The EDD path.

    EDPPath

    Gets or sets the EDP path.

    Declaration
    public string[] EDPPath { get; set; }
    Property Value
    Type Description
    System.String[]

    The EDP path.

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    GetAutoRunWizard()

    Gets the auto run wizard.

    Declaration
    public static bool GetAutoRunWizard()
    Returns
    Type Description
    System.Boolean

    true, if auto run wizard.

    GetVersion(String)

    Gets the assembly version.

    Declaration
    public static string GetVersion(string assemblyVersion)
    Parameters
    Type Name Description
    System.String assemblyVersion

    The assembly version.

    Returns
    Type Description
    System.String

    The assembly version.

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