C# Class Smrf.NodeXL.ExcelTemplate.TaskPane

User control that implements the NodeXL custom task pane.
This Excel 2007 custom task pane contains a NodeXLControl that displays a NodeXL graph, along with controls for manipulating the graph. It utilizes the task pane support provided by Visual Studio 2005 Tools for the Office System SE.
Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_bHandlingLayoutChanged Boolean
m_iEnableGraphControlsCount Int32
m_iTemplateVersion Int32
m_oDynamicFilterDialog DynamicFilterDialog
m_oEdgeRowIDDictionary IIdentityProvider>.Dictionary
m_oLayoutManagerForContextMenu LayoutManagerForMenu
m_oLayoutManagerForToolStripSplitButton LayoutManagerForToolStripSplitButton
m_oNodeXLWithAxesControl NodeXLWithAxesControl
m_oReadabilityMetricsDialog ReadabilityMetricsDialog
m_oRibbon Ribbon
m_oSaveGraphImageFileDialog SaveGraphImageFileDialog
m_oThisWorkbook ThisWorkbook
m_oVertexRowIDDictionary IIdentityProvider>.Dictionary
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook
oNodeXLControl NodeXLControl

Public Methods

Method Description
GetSelectedCollapsedGroupNames ( ) : ICollection
GetSelectedEdgeRowIDs ( ) : ICollection
GetSelectedVertexRowIDs ( ) : ICollection
IsCollapsedGroup ( String groupName ) : System.Boolean
SelectCollapsedGroup ( String groupName ) : void
SetSelectedEdgesByRowID ( ICollection rowIDs ) : void
SetSelectedVerticesByRowID ( ICollection rowIDs ) : void
TaskPane ( ThisWorkbook thisWorkbook, Ribbon ribbon ) : System

Initializes a new instance of the TaskPane class.

Protected Methods

Method Description
ApplyGeneralUserSettings ( GeneralUserSettings oGeneralUserSettings ) : void
ApplyLayoutUserSettings ( LayoutUserSettings oLayoutUserSettings ) : void
AutomateTasks ( ) : void
AutomateThisWorkbook ( ) : void
CollapseOrExpandGroups ( ICollection oGroupNames, System.Boolean bCollapse, System.Boolean bRedrawGroupImmediately ) : void
CommandDispatcher_CommandSent ( Object sender, RunCommandEventArgs e ) : void
CopyGraphBitmap ( ) : void
CreateGraphZoomAndScaleControl ( ) : void
CreateNodeXLControl ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

EditEdgeAttributes ( ) : void
EditGeneralUserSettings ( ) : void
EditLayoutUserSettings ( ) : void
EditVertexAttributes ( ) : void
EnableContextMenuItems ( IVertex oClickedVertex ) : void
EnableGraphControls ( System.Boolean bEnable ) : void
ExportToEmail ( ) : void
ExportToNodeXLGraphGallery ( ) : void
ExportToNodeXLGraphGalleryOrEmail ( Form oExportDialog ) : void
FireAttributesEditedInGraph ( EditedEdgeAttributes oEditedEdgeAttributes, EditedVertexAttributes oEditedVertexAttributes ) : void
ForceLayout ( ) : void
ForceLayoutSelected ( ) : void
ForceLayoutSelectedWithinBounds ( ) : void
ForceLayoutSelectedWithinBounds_Click ( object sender, EventArgs e ) : void
ForceLayoutSelected_Click ( object sender, EventArgs e ) : void
ForceLayoutTheseVerticesOnly ( ICollection oVerticesToLayOut, String sLayoutTypeIsNullWarning ) : void
ForceLayoutVisible ( ) : void
ForceLayoutVisible_Click ( object sender, EventArgs e ) : void
GetEdgeCommandEnableFlags ( IEdge oClickedEdge, System.Boolean &bEnableSelectAllEdges, System.Boolean &bEnableDeselectAllEdges, System.Boolean &bEnableSelectAdjacentVertices, System.Boolean &bEnableDeselectAdjacentVertices, System.Boolean &bEnableEditEdgeAttributes ) : void
GetGroupNamesToCollapse ( IGraph oGraph ) : ICollection
GetLegendControls ( ) : IEnumerable
GetVertexCommandEnableFlags ( IVertex oClickedVertex, System.Boolean &bEnableSelectAllVertices, System.Boolean &bEnableDeselectAllVertices, System.Boolean &bEnableSelectAdjacentVertices, System.Boolean &bEnableDeselectAdjacentVertices, System.Boolean &bEnableSelectIncidentEdges, System.Boolean &bEnableDeselectIncidentEdges, System.Boolean &bEnableEditVertexAttributes, System.Boolean &bEnableSelectSubgraphs ) : void
GetVertexFromToolStripMenuItem ( Object oToolStripMenuItem ) : IVertex
InitializeSplashScreen ( ) : void
InvertSelection ( ) : void
LayoutManagerForContextMenu_LayoutChanged ( object sender, EventArgs e ) : void
LayoutManagerForToolStripSplitButton_LayoutChanged ( object sender, EventArgs e ) : void
MoveSelectedVertices ( System.Single fXDistance, System.Single fYDistance ) : void
OnLayoutChanged ( LayoutType eLayout ) : void
OnVerticesMoved ( ICollection oMovedVertices ) : void
ReadDynamicFilterColumns ( System.Boolean bForceRedraw ) : void
ReadWorkbook ( ) : void
ReadWorkbook ( System.Boolean bLayOutGraph ) : void
RemoveSplashScreen ( ) : void
RunEdgeCommand ( RunEdgeCommandEventArgs e ) : void
RunVertexCommand ( RunVertexCommandEventArgs e ) : void
SaveImage ( ) : void
SaveUserSettings ( ) : void
SelectAdjacentVertices ( IEdge oEdge, Boolean bSelect ) : void
SelectAdjacentVertices ( IVertex oVertex, Boolean bSelect ) : void
SelectAllEdges ( Boolean bSelect ) : void
SelectAllVertices ( Boolean bSelect ) : void
SelectAllVerticesAndEdges ( Boolean bSelect ) : void
SelectIncidentEdges ( IVertex oVertex, Boolean bSelect ) : void
SelectSubgraphs ( IVertex oClickedVertex ) : void
SetImageOptions ( ) : void
SetSelectionByRowIDs ( ICollection oEdgeRowIDs, ICollection oVertexRowIDs ) : void
ShowLayoutTypeIsNullNotification ( ) : Boolean
ShowLayoutTypeIsNullWarning ( String sAction ) : void
ShowReadabilityMetrics ( ) : void
ThisWorkbook_VisualAttributeSetInWorkbook ( Object sender, EventArgs e ) : void
UpdateAutoFillResultsLegend ( PerWorkbookSettings oPerWorkbookSettings ) : void
UpdateAxes ( PerWorkbookSettings oPerWorkbookSettings ) : void
UpdateAxis ( Smrf oAxis, String sAxisLabel, Double dSourceCalculationNumber1, Double dSourceCalculationNumber2, Double dDestinationNumber1, Double dDestinationNumber2, Boolean bLogsUsed ) : void
UpdateDynamicFiltersLegend ( ) : void
UpdateGraphHistory ( PerWorkbookSettings oPerWorkbookSettings ) : void
WorksheetContextMenuManagerRowIDToEdge ( Int32 iEdgeRowID ) : IEdge
WorksheetContextMenuManagerRowIDToVertex ( Int32 iVertexRowID ) : IVertex
WorksheetContextMenuManager_RequestEdgeCommandEnable ( Object sender, RequestEdgeCommandEnableEventArgs e ) : void
WorksheetContextMenuManager_RequestVertexCommandEnable ( Object sender, RequestVertexCommandEnableEventArgs e ) : void
m_oDynamicFilterDialog_DynamicFilterColumnsChanged ( Object sender, DynamicFilterColumnsChangedEventArgs e ) : void
m_oDynamicFilterDialog_FilteredAlphaChanged ( Object sender, EventArgs e ) : void
msiGridSize_Click ( object sender, EventArgs e ) : void
msiSnapVerticesToGrid_Click ( object sender, EventArgs e ) : void
oNodeXLControl_SelectionChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
AssertValid ( ) : void
ForceLayout_Click ( object sender, EventArgs e ) : void
GroupMenuItem_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadUserSettings ( ) : void
LockButton_Click ( object sender, EventArgs e ) : void
MouseModeButton_Click ( object sender, EventArgs e ) : void
Options_Click ( object sender, EventArgs e ) : void
ReadWorkbook_Click ( Object sender, EventArgs e ) : void
ShowDynamicFilters ( ) : void
ShowDynamicFilters_Click ( object sender, EventArgs e ) : void
TaskPane_Resize ( object sender, EventArgs e ) : void
msiContextCopyImageToClipboard_Click ( object sender, EventArgs e ) : void
msiContextCustomMenuItem_Click ( object sender, EventArgs e ) : void
msiContextDeselectAdjacentVertices_Click ( object sender, EventArgs e ) : void
msiContextDeselectAllEdges_Click ( object sender, EventArgs e ) : void
msiContextDeselectAllVerticesAndEdges_Click ( object sender, EventArgs e ) : void
msiContextDeselectAllVertices_Click ( object sender, EventArgs e ) : void
msiContextDeselectIncidentEdges_Click ( object sender, EventArgs e ) : void
msiContextEditEdgeAttributes_Click ( object sender, EventArgs e ) : void
msiContextEditVertexAttributes_Click ( object sender, EventArgs e ) : void
msiContextGroups_DropDownOpening ( object sender, EventArgs e ) : void
msiContextInvertSelection_Click ( object sender, EventArgs e ) : void
msiContextSaveImage_Click ( object sender, EventArgs e ) : void
msiContextSelectAdjacentVertices_Click ( object sender, EventArgs e ) : void
msiContextSelectAllEdges_Click ( object sender, EventArgs e ) : void
msiContextSelectAllVerticesAndEdges_Click ( object sender, EventArgs e ) : void
msiContextSelectAllVertices_Click ( object sender, EventArgs e ) : void
msiContextSelectIncidentEdges_Click ( object sender, EventArgs e ) : void
msiContextSelectSubgraphs_Click ( object sender, EventArgs e ) : void
msiContextSetImageOptions_Click ( object sender, EventArgs e ) : void
msiLayoutOptions_Click ( object sender, EventArgs e ) : void
msiShowReadabilityMetrics_Click ( object sender, EventArgs e ) : void
oNodeXLControl_GraphLaidOut ( object sender, AsyncCompletedEventArgs e ) : void
oNodeXLControl_GraphMouseUp ( object sender, GraphMouseButtonEventArgs e ) : void
oNodeXLControl_KeyDown ( object sender, System e ) : void
oNodeXLControl_LayingOutGraph ( object sender, EventArgs e ) : void
oNodeXLControl_VerticesMoved ( object sender, VerticesMovedEventArgs e ) : void
splLegend_Panel2_Resize ( object sender, EventArgs e ) : void
tssbForceLayout_DropDownOpening ( object sender, EventArgs e ) : void
tssbLayout_DropDownOpening ( object sender, EventArgs e ) : void
usrAutoFillResultsLegend_Resize ( object sender, EventArgs e ) : void
wbSplashScreen_Navigating ( object sender, WebBrowserNavigatingEventArgs e ) : void

Method Details

ApplyGeneralUserSettings() protected method

protected ApplyGeneralUserSettings ( GeneralUserSettings oGeneralUserSettings ) : void
oGeneralUserSettings GeneralUserSettings
return void

ApplyLayoutUserSettings() protected method

protected ApplyLayoutUserSettings ( LayoutUserSettings oLayoutUserSettings ) : void
oLayoutUserSettings LayoutUserSettings
return void

AutomateTasks() protected method

protected AutomateTasks ( ) : void
return void

AutomateThisWorkbook() protected method

protected AutomateThisWorkbook ( ) : void
return void

CollapseOrExpandGroups() protected method

protected CollapseOrExpandGroups ( ICollection oGroupNames, System.Boolean bCollapse, System.Boolean bRedrawGroupImmediately ) : void
oGroupNames ICollection
bCollapse System.Boolean
bRedrawGroupImmediately System.Boolean
return void

CommandDispatcher_CommandSent() protected method

protected CommandDispatcher_CommandSent ( Object sender, RunCommandEventArgs e ) : void
sender Object
e RunCommandEventArgs
return void

CopyGraphBitmap() protected method

protected CopyGraphBitmap ( ) : void
return void

CreateGraphZoomAndScaleControl() protected method

protected CreateGraphZoomAndScaleControl ( ) : void
return void

CreateNodeXLControl() protected method

protected CreateNodeXLControl ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EditEdgeAttributes() protected method

protected EditEdgeAttributes ( ) : void
return void

EditGeneralUserSettings() protected method

protected EditGeneralUserSettings ( ) : void
return void

EditLayoutUserSettings() protected method

protected EditLayoutUserSettings ( ) : void
return void

EditVertexAttributes() protected method

protected EditVertexAttributes ( ) : void
return void

EnableContextMenuItems() protected method

protected EnableContextMenuItems ( IVertex oClickedVertex ) : void
oClickedVertex IVertex
return void

EnableGraphControls() protected method

protected EnableGraphControls ( System.Boolean bEnable ) : void
bEnable System.Boolean
return void

ExportToEmail() protected method

protected ExportToEmail ( ) : void
return void

ExportToNodeXLGraphGallery() protected method

protected ExportToNodeXLGraphGallery ( ) : void
return void

ExportToNodeXLGraphGalleryOrEmail() protected method

protected ExportToNodeXLGraphGalleryOrEmail ( Form oExportDialog ) : void
oExportDialog System.Windows.Forms.Form
return void

FireAttributesEditedInGraph() protected method

protected FireAttributesEditedInGraph ( EditedEdgeAttributes oEditedEdgeAttributes, EditedVertexAttributes oEditedVertexAttributes ) : void
oEditedEdgeAttributes EditedEdgeAttributes
oEditedVertexAttributes EditedVertexAttributes
return void

ForceLayout() protected method

protected ForceLayout ( ) : void
return void

ForceLayoutSelected() protected method

protected ForceLayoutSelected ( ) : void
return void

ForceLayoutSelectedWithinBounds() protected method

protected ForceLayoutSelectedWithinBounds ( ) : void
return void

ForceLayoutSelectedWithinBounds_Click() protected method

protected ForceLayoutSelectedWithinBounds_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ForceLayoutSelected_Click() protected method

protected ForceLayoutSelected_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ForceLayoutTheseVerticesOnly() protected method

protected ForceLayoutTheseVerticesOnly ( ICollection oVerticesToLayOut, String sLayoutTypeIsNullWarning ) : void
oVerticesToLayOut ICollection
sLayoutTypeIsNullWarning String
return void

ForceLayoutVisible() protected method

protected ForceLayoutVisible ( ) : void
return void

ForceLayoutVisible_Click() protected method

protected ForceLayoutVisible_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

GetEdgeCommandEnableFlags() protected method

protected GetEdgeCommandEnableFlags ( IEdge oClickedEdge, System.Boolean &bEnableSelectAllEdges, System.Boolean &bEnableDeselectAllEdges, System.Boolean &bEnableSelectAdjacentVertices, System.Boolean &bEnableDeselectAdjacentVertices, System.Boolean &bEnableEditEdgeAttributes ) : void
oClickedEdge IEdge
bEnableSelectAllEdges System.Boolean
bEnableDeselectAllEdges System.Boolean
bEnableSelectAdjacentVertices System.Boolean
bEnableDeselectAdjacentVertices System.Boolean
bEnableEditEdgeAttributes System.Boolean
return void

GetGroupNamesToCollapse() protected method

protected GetGroupNamesToCollapse ( IGraph oGraph ) : ICollection
oGraph IGraph
return ICollection

GetLegendControls() protected method

protected GetLegendControls ( ) : IEnumerable
return IEnumerable

GetSelectedCollapsedGroupNames() public method

public GetSelectedCollapsedGroupNames ( ) : ICollection
return ICollection

GetSelectedEdgeRowIDs() public method

public GetSelectedEdgeRowIDs ( ) : ICollection
return ICollection

GetSelectedVertexRowIDs() public method

public GetSelectedVertexRowIDs ( ) : ICollection
return ICollection

GetVertexCommandEnableFlags() protected method

protected GetVertexCommandEnableFlags ( IVertex oClickedVertex, System.Boolean &bEnableSelectAllVertices, System.Boolean &bEnableDeselectAllVertices, System.Boolean &bEnableSelectAdjacentVertices, System.Boolean &bEnableDeselectAdjacentVertices, System.Boolean &bEnableSelectIncidentEdges, System.Boolean &bEnableDeselectIncidentEdges, System.Boolean &bEnableEditVertexAttributes, System.Boolean &bEnableSelectSubgraphs ) : void
oClickedVertex IVertex
bEnableSelectAllVertices System.Boolean
bEnableDeselectAllVertices System.Boolean
bEnableSelectAdjacentVertices System.Boolean
bEnableDeselectAdjacentVertices System.Boolean
bEnableSelectIncidentEdges System.Boolean
bEnableDeselectIncidentEdges System.Boolean
bEnableEditVertexAttributes System.Boolean
bEnableSelectSubgraphs System.Boolean
return void

GetVertexFromToolStripMenuItem() protected method

protected GetVertexFromToolStripMenuItem ( Object oToolStripMenuItem ) : IVertex
oToolStripMenuItem Object
return IVertex

InitializeSplashScreen() protected method

protected InitializeSplashScreen ( ) : void
return void

InvertSelection() protected method

protected InvertSelection ( ) : void
return void

IsCollapsedGroup() public method

public IsCollapsedGroup ( String groupName ) : System.Boolean
groupName String
return System.Boolean

LayoutManagerForContextMenu_LayoutChanged() protected method

protected LayoutManagerForContextMenu_LayoutChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

LayoutManagerForToolStripSplitButton_LayoutChanged() protected method

protected LayoutManagerForToolStripSplitButton_LayoutChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

MoveSelectedVertices() protected method

protected MoveSelectedVertices ( System.Single fXDistance, System.Single fYDistance ) : void
fXDistance System.Single
fYDistance System.Single
return void

OnLayoutChanged() protected method

protected OnLayoutChanged ( LayoutType eLayout ) : void
eLayout LayoutType
return void

OnVerticesMoved() protected method

protected OnVerticesMoved ( ICollection oMovedVertices ) : void
oMovedVertices ICollection
return void

ReadDynamicFilterColumns() protected method

protected ReadDynamicFilterColumns ( System.Boolean bForceRedraw ) : void
bForceRedraw System.Boolean
return void

ReadWorkbook() protected method

protected ReadWorkbook ( ) : void
return void

ReadWorkbook() protected method

protected ReadWorkbook ( System.Boolean bLayOutGraph ) : void
bLayOutGraph System.Boolean
return void

RemoveSplashScreen() protected method

protected RemoveSplashScreen ( ) : void
return void

RunEdgeCommand() protected method

protected RunEdgeCommand ( RunEdgeCommandEventArgs e ) : void
e RunEdgeCommandEventArgs
return void

RunVertexCommand() protected method

protected RunVertexCommand ( RunVertexCommandEventArgs e ) : void
e RunVertexCommandEventArgs
return void

SaveImage() protected method

protected SaveImage ( ) : void
return void

SaveUserSettings() protected method

protected SaveUserSettings ( ) : void
return void

SelectAdjacentVertices() protected method

protected SelectAdjacentVertices ( IEdge oEdge, Boolean bSelect ) : void
oEdge IEdge
bSelect Boolean
return void

SelectAdjacentVertices() protected method

protected SelectAdjacentVertices ( IVertex oVertex, Boolean bSelect ) : void
oVertex IVertex
bSelect Boolean
return void

SelectAllEdges() protected method

protected SelectAllEdges ( Boolean bSelect ) : void
bSelect Boolean
return void

SelectAllVertices() protected method

protected SelectAllVertices ( Boolean bSelect ) : void
bSelect Boolean
return void

SelectAllVerticesAndEdges() protected method

protected SelectAllVerticesAndEdges ( Boolean bSelect ) : void
bSelect Boolean
return void

SelectCollapsedGroup() public method

public SelectCollapsedGroup ( String groupName ) : void
groupName String
return void

SelectIncidentEdges() protected method

protected SelectIncidentEdges ( IVertex oVertex, Boolean bSelect ) : void
oVertex IVertex
bSelect Boolean
return void

SelectSubgraphs() protected method

protected SelectSubgraphs ( IVertex oClickedVertex ) : void
oClickedVertex IVertex
return void

SetImageOptions() protected method

protected SetImageOptions ( ) : void
return void

SetSelectedEdgesByRowID() public method

public SetSelectedEdgesByRowID ( ICollection rowIDs ) : void
rowIDs ICollection
return void

SetSelectedVerticesByRowID() public method

public SetSelectedVerticesByRowID ( ICollection rowIDs ) : void
rowIDs ICollection
return void

SetSelectionByRowIDs() protected method

protected SetSelectionByRowIDs ( ICollection oEdgeRowIDs, ICollection oVertexRowIDs ) : void
oEdgeRowIDs ICollection
oVertexRowIDs ICollection
return void

ShowLayoutTypeIsNullNotification() protected method

protected ShowLayoutTypeIsNullNotification ( ) : Boolean
return Boolean

ShowLayoutTypeIsNullWarning() protected method

protected ShowLayoutTypeIsNullWarning ( String sAction ) : void
sAction String
return void

ShowReadabilityMetrics() protected method

protected ShowReadabilityMetrics ( ) : void
return void

TaskPane() public method

Initializes a new instance of the TaskPane class.
public TaskPane ( ThisWorkbook thisWorkbook, Ribbon ribbon ) : System
thisWorkbook ThisWorkbook /// The workbook. ///
ribbon Ribbon /// The application's ribbon. ///
return System

ThisWorkbook_VisualAttributeSetInWorkbook() protected method

protected ThisWorkbook_VisualAttributeSetInWorkbook ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
return void

UpdateAutoFillResultsLegend() protected method

protected UpdateAutoFillResultsLegend ( PerWorkbookSettings oPerWorkbookSettings ) : void
oPerWorkbookSettings PerWorkbookSettings
return void

UpdateAxes() protected method

protected UpdateAxes ( PerWorkbookSettings oPerWorkbookSettings ) : void
oPerWorkbookSettings PerWorkbookSettings
return void

UpdateAxis() protected method

protected UpdateAxis ( Smrf oAxis, String sAxisLabel, Double dSourceCalculationNumber1, Double dSourceCalculationNumber2, Double dDestinationNumber1, Double dDestinationNumber2, Boolean bLogsUsed ) : void
oAxis Smrf
sAxisLabel String
dSourceCalculationNumber1 Double
dSourceCalculationNumber2 Double
dDestinationNumber1 Double
dDestinationNumber2 Double
bLogsUsed Boolean
return void

UpdateDynamicFiltersLegend() protected method

protected UpdateDynamicFiltersLegend ( ) : void
return void

UpdateGraphHistory() protected method

protected UpdateGraphHistory ( PerWorkbookSettings oPerWorkbookSettings ) : void
oPerWorkbookSettings PerWorkbookSettings
return void

WorksheetContextMenuManagerRowIDToEdge() protected method

protected WorksheetContextMenuManagerRowIDToEdge ( Int32 iEdgeRowID ) : IEdge
iEdgeRowID Int32
return IEdge

WorksheetContextMenuManagerRowIDToVertex() protected method

protected WorksheetContextMenuManagerRowIDToVertex ( Int32 iVertexRowID ) : IVertex
iVertexRowID Int32
return IVertex

WorksheetContextMenuManager_RequestEdgeCommandEnable() protected method

protected WorksheetContextMenuManager_RequestEdgeCommandEnable ( Object sender, RequestEdgeCommandEnableEventArgs e ) : void
sender Object
e RequestEdgeCommandEnableEventArgs
return void

WorksheetContextMenuManager_RequestVertexCommandEnable() protected method

protected WorksheetContextMenuManager_RequestVertexCommandEnable ( Object sender, RequestVertexCommandEnableEventArgs e ) : void
sender Object
e RequestVertexCommandEnableEventArgs
return void

m_oDynamicFilterDialog_DynamicFilterColumnsChanged() protected method

protected m_oDynamicFilterDialog_DynamicFilterColumnsChanged ( Object sender, DynamicFilterColumnsChangedEventArgs e ) : void
sender Object
e DynamicFilterColumnsChangedEventArgs
return void

m_oDynamicFilterDialog_FilteredAlphaChanged() protected method

protected m_oDynamicFilterDialog_FilteredAlphaChanged ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
return void

msiGridSize_Click() protected method

protected msiGridSize_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

msiSnapVerticesToGrid_Click() protected method

protected msiSnapVerticesToGrid_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

oNodeXLControl_SelectionChanged() protected method

protected oNodeXLControl_SelectionChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

m_bHandlingLayoutChanged protected_oe property

protected Boolean m_bHandlingLayoutChanged
return Boolean

m_iEnableGraphControlsCount protected_oe property

protected Int32 m_iEnableGraphControlsCount
return Int32

m_iTemplateVersion protected_oe property

protected Int32 m_iTemplateVersion
return Int32

m_oDynamicFilterDialog protected_oe property

protected DynamicFilterDialog m_oDynamicFilterDialog
return DynamicFilterDialog

m_oEdgeRowIDDictionary protected_oe property

protected Dictionary m_oEdgeRowIDDictionary
return IIdentityProvider>.Dictionary

m_oLayoutManagerForContextMenu protected_oe property

protected LayoutManagerForMenu m_oLayoutManagerForContextMenu
return LayoutManagerForMenu

m_oLayoutManagerForToolStripSplitButton protected_oe property

protected LayoutManagerForToolStripSplitButton m_oLayoutManagerForToolStripSplitButton
return LayoutManagerForToolStripSplitButton

m_oNodeXLWithAxesControl protected_oe property

protected NodeXLWithAxesControl m_oNodeXLWithAxesControl
return NodeXLWithAxesControl

m_oReadabilityMetricsDialog protected_oe property

protected ReadabilityMetricsDialog m_oReadabilityMetricsDialog
return ReadabilityMetricsDialog

m_oRibbon protected_oe property

protected Ribbon m_oRibbon
return Ribbon

m_oSaveGraphImageFileDialog protected_oe property

protected SaveGraphImageFileDialog m_oSaveGraphImageFileDialog
return SaveGraphImageFileDialog

m_oThisWorkbook protected_oe property

protected ThisWorkbook m_oThisWorkbook
return ThisWorkbook

m_oVertexRowIDDictionary protected_oe property

protected Dictionary m_oVertexRowIDDictionary
return IIdentityProvider>.Dictionary

m_oWorkbook protected_oe property

protected Workbook,Microsoft.Office.Interop.Excel m_oWorkbook
return Microsoft.Office.Interop.Excel.Workbook

oNodeXLControl protected_oe property

protected NodeXLControl oNodeXLControl
return NodeXLControl