프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_oNodeXLControl | NodeXLControl | ||
m_oReadabilityMetricUserSettings | ReadabilityMetricUserSettings | ||
m_oReadabilityMetricsDialogUserSettings | ReadabilityMetricsDialogUserSettings | ||
m_oWorkbook | Microsoft.Office.Interop.Excel.Workbook |
메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void | ||
ReadabilityMetricsDialog ( NodeXLControl nodeXLControl, Microsoft workbook ) : System |
Initializes a new instance of the
|
메소드 | 설명 | |
---|---|---|
CalculateReadabilityMetrics ( Boolean bEmptySelectionIsError ) : Boolean | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DoDataExchange ( Boolean bFromControls ) : Boolean | ||
GetReadabilityMetricCheckBoxes ( ) : CheckBox[] | ||
OnCheckOrUncheckAll ( object sender, System e ) : void | ||
OnVerticesMoved ( object sender, VerticesMovedEventArgs e ) : void | ||
RecalculateReadabilityMetrics ( ) : void |
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnGraphLaidOut ( object sender, AsyncCompletedEventArgs e ) : void | ||
ReadabilityMetricsDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
btnCalculateNow_Click ( object sender, EventArgs e ) : void | ||
btnClose_Click ( object sender, EventArgs e ) : void |
protected CalculateReadabilityMetrics ( Boolean bEmptySelectionIsError ) : Boolean | ||
bEmptySelectionIsError | Boolean | |
리턴 | Boolean |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected DoDataExchange ( Boolean bFromControls ) : Boolean | ||
bFromControls | Boolean | |
리턴 | Boolean |
protected GetReadabilityMetricCheckBoxes ( ) : CheckBox[] | ||
리턴 | CheckBox[] |
protected OnCheckOrUncheckAll ( object sender, System e ) : void | ||
sender | object | |
e | System | |
리턴 | void |
protected OnVerticesMoved ( object sender, VerticesMovedEventArgs e ) : void | ||
sender | object | |
e | VerticesMovedEventArgs | |
리턴 | void |
public ReadabilityMetricsDialog ( NodeXLControl nodeXLControl, Microsoft workbook ) : System | ||
nodeXLControl | NodeXLControl | /// NodeXLControl containing the graph. /// |
workbook | Microsoft | /// Workbook containing the graph data. /// |
리턴 | System |
protected ReadabilityMetricUserSettings m_oReadabilityMetricUserSettings | ||
리턴 | ReadabilityMetricUserSettings |
protected ReadabilityMetricsDialogUserSettings m_oReadabilityMetricsDialogUserSettings | ||
리턴 | ReadabilityMetricsDialogUserSettings |