Class DiagramLoadBaseWizard
Base class for diagram wizard.
Inherited Members
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. |