Property | Type | Description | |
---|---|---|---|
m_eMode | DialogMode | ||
m_eState | DialogState | ||
m_oCreateSubgraphImagesDialogUserSettings | |||
m_oSelectedVertexNames | ICollection |
||
m_oSubgraphImageCreator | |||
m_oWorkbook | Microsoft.Office.Interop.Excel.Workbook |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
CreateSubgraphImagesDialog ( DialogMode mode, Microsoft workbook, ICollection |
Initializes a new instance of the
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DoDataExchange ( System.Boolean bFromControls ) : System.Boolean | ||
EnableControls ( ) : void | ||
GetSelectedVertices ( IGraph oGraph, ICollection |
||
OnClosed ( |
||
OnImageCreationCompleted ( |
||
OnLoad ( |
||
ReadWorkbook ( Microsoft oWorkbook ) : IGraph | ||
StartImageCreation ( ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnEventThatRequiresControlEnabling ( object sender, |
||
SubgraphImageCreator_ImageCreationCompleted ( object sender, |
||
SubgraphImageCreator_ImageCreationProgressChanged ( object sender, |
||
btnCreate_Click ( object sender, |
public CreateSubgraphImagesDialog ( DialogMode mode, Microsoft workbook, ICollection |
||
mode | DialogMode | /// Indicates the mode in which the dialog is being used. /// |
workbook | Microsoft |
/// Workbook containing the graph data. If |
selectedVertexNames | ICollection |
/// Collection of zero or more vertex names corresponding to the selected
/// rows in the vertex worksheet. If |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean | ||
bFromControls | System.Boolean | |
return | System.Boolean |
protected GetSelectedVertices ( IGraph oGraph, ICollection |
||
oGraph | IGraph | |
oSelectedVertexNames | ICollection |
|
return | ICollection |
protected OnClosed ( |
||
e | ||
return | void |
protected OnImageCreationCompleted ( |
||
e | ||
return | void |
protected ReadWorkbook ( Microsoft oWorkbook ) : IGraph | ||
oWorkbook | Microsoft | |
return | IGraph |
protected CreateSubgraphImagesDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oCreateSubgraphImagesDialogUserSettings | ||
return |
protected ICollection |
||
return | ICollection |
protected SubgraphImageCreator,Smrf.NodeXL.ExcelTemplate m_oSubgraphImageCreator | ||
return |