Property | Type | Description | |
---|---|---|---|
m_bIgnoreItemCheckEvents | System.Boolean | ||
m_eMode | DialogMode | ||
m_oAutomateTasksDialogUserSettings | |||
m_oAutomateTasksUserSettings | |||
m_oNodeXLControl | |||
m_oThisWorkbook |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
AutomateTasksDialog ( DialogMode mode, |
Initializes a new instance of the AutomateTasksDialog class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DoDataExchange ( System.Boolean bFromControls ) : System.Boolean | ||
EditFolderToSaveWorkbookTo ( ) : void | ||
EnableControls ( ) : void | ||
GetTasksToRun ( ) : AutomationTasks | ||
ItemToAutomationTask ( Object oCheckedListBoxItem ) : AutomationTasks | ||
PopulateTasksToRun ( ) : void | ||
SetTasksToRun ( AutomationTasks eTasksToRun ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnCheckOrUncheckAll ( object sender, System e ) : void | ||
OnEventThatRequiresControlEnabling ( object sender, |
||
btnOK_Click ( object sender, System e ) : void | ||
btnOptions_Click ( object sender, |
||
clbTasksToRun_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void |
public AutomateTasksDialog ( DialogMode mode, |
||
mode | DialogMode | /// Indicates the mode in which the dialog is being used. /// |
thisWorkbook | /// Workbook containing the graph contents. /// | |
nodeXLControl |
/// The NodeXLControl object. This can be null 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 EditFolderToSaveWorkbookTo ( ) : void | ||
return | void |
protected GetTasksToRun ( ) : AutomationTasks | ||
return | AutomationTasks |
protected ItemToAutomationTask ( Object oCheckedListBoxItem ) : AutomationTasks | ||
oCheckedListBoxItem | Object | |
return | AutomationTasks |
protected SetTasksToRun ( AutomationTasks eTasksToRun ) : void | ||
eTasksToRun | AutomationTasks | |
return | void |
protected Boolean,System m_bIgnoreItemCheckEvents | ||
return | System.Boolean |
protected AutomateTasksDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oAutomateTasksDialogUserSettings | ||
return |
protected AutomateTasksUserSettings,Smrf.NodeXL.ExcelTemplate m_oAutomateTasksUserSettings | ||
return |
protected NodeXLControl,Smrf.NodeXL.Visualization.Wpf m_oNodeXLControl | ||
return |