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
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected ApplyGeneralUserSettings ( GeneralUserSettings oGeneralUserSettings ) : void
oGeneralUserSettings GeneralUserSettings
Résultat void

ApplyLayoutUserSettings() protected méthode

protected ApplyLayoutUserSettings ( LayoutUserSettings oLayoutUserSettings ) : void
oLayoutUserSettings LayoutUserSettings
Résultat void

AutomateTasks() protected méthode

protected AutomateTasks ( ) : void
Résultat void

AutomateThisWorkbook() protected méthode

protected AutomateThisWorkbook ( ) : void
Résultat void

CollapseOrExpandGroups() protected méthode

protected CollapseOrExpandGroups ( ICollection oGroupNames, System.Boolean bCollapse, System.Boolean bRedrawGroupImmediately ) : void
oGroupNames ICollection
bCollapse System.Boolean
bRedrawGroupImmediately System.Boolean
Résultat void

CommandDispatcher_CommandSent() protected méthode

protected CommandDispatcher_CommandSent ( Object sender, RunCommandEventArgs e ) : void
sender Object
e RunCommandEventArgs
Résultat void

CopyGraphBitmap() protected méthode

protected CopyGraphBitmap ( ) : void
Résultat void

CreateGraphZoomAndScaleControl() protected méthode

protected CreateGraphZoomAndScaleControl ( ) : void
Résultat void

CreateNodeXLControl() protected méthode

protected CreateNodeXLControl ( ) : void
Résultat void

Dispose() protected méthode

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

EditEdgeAttributes() protected méthode

protected EditEdgeAttributes ( ) : void
Résultat void

EditGeneralUserSettings() protected méthode

protected EditGeneralUserSettings ( ) : void
Résultat void

EditLayoutUserSettings() protected méthode

protected EditLayoutUserSettings ( ) : void
Résultat void

EditVertexAttributes() protected méthode

protected EditVertexAttributes ( ) : void
Résultat void

EnableContextMenuItems() protected méthode

protected EnableContextMenuItems ( IVertex oClickedVertex ) : void
oClickedVertex IVertex
Résultat void

EnableGraphControls() protected méthode

protected EnableGraphControls ( System.Boolean bEnable ) : void
bEnable System.Boolean
Résultat void

ExportToEmail() protected méthode

protected ExportToEmail ( ) : void
Résultat void

ExportToNodeXLGraphGallery() protected méthode

protected ExportToNodeXLGraphGallery ( ) : void
Résultat void

ExportToNodeXLGraphGalleryOrEmail() protected méthode

protected ExportToNodeXLGraphGalleryOrEmail ( Form oExportDialog ) : void
oExportDialog System.Windows.Forms.Form
Résultat void

FireAttributesEditedInGraph() protected méthode

protected FireAttributesEditedInGraph ( EditedEdgeAttributes oEditedEdgeAttributes, EditedVertexAttributes oEditedVertexAttributes ) : void
oEditedEdgeAttributes EditedEdgeAttributes
oEditedVertexAttributes EditedVertexAttributes
Résultat void

ForceLayout() protected méthode

protected ForceLayout ( ) : void
Résultat void

ForceLayoutSelected() protected méthode

protected ForceLayoutSelected ( ) : void
Résultat void

ForceLayoutSelectedWithinBounds() protected méthode

protected ForceLayoutSelectedWithinBounds ( ) : void
Résultat void

ForceLayoutSelectedWithinBounds_Click() protected méthode

protected ForceLayoutSelectedWithinBounds_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ForceLayoutSelected_Click() protected méthode

protected ForceLayoutSelected_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ForceLayoutTheseVerticesOnly() protected méthode

protected ForceLayoutTheseVerticesOnly ( ICollection oVerticesToLayOut, String sLayoutTypeIsNullWarning ) : void
oVerticesToLayOut ICollection
sLayoutTypeIsNullWarning String
Résultat void

ForceLayoutVisible() protected méthode

protected ForceLayoutVisible ( ) : void
Résultat void

ForceLayoutVisible_Click() protected méthode

protected ForceLayoutVisible_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

GetEdgeCommandEnableFlags() protected méthode

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
Résultat void

GetGroupNamesToCollapse() protected méthode

protected GetGroupNamesToCollapse ( IGraph oGraph ) : ICollection
oGraph IGraph
Résultat ICollection

GetLegendControls() protected méthode

protected GetLegendControls ( ) : IEnumerable
Résultat IEnumerable

GetSelectedCollapsedGroupNames() public méthode

public GetSelectedCollapsedGroupNames ( ) : ICollection
Résultat ICollection

GetSelectedEdgeRowIDs() public méthode

public GetSelectedEdgeRowIDs ( ) : ICollection
Résultat ICollection

GetSelectedVertexRowIDs() public méthode

public GetSelectedVertexRowIDs ( ) : ICollection
Résultat ICollection

GetVertexCommandEnableFlags() protected méthode

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
Résultat void

GetVertexFromToolStripMenuItem() protected méthode

protected GetVertexFromToolStripMenuItem ( Object oToolStripMenuItem ) : IVertex
oToolStripMenuItem Object
Résultat IVertex

InitializeSplashScreen() protected méthode

protected InitializeSplashScreen ( ) : void
Résultat void

InvertSelection() protected méthode

protected InvertSelection ( ) : void
Résultat void

IsCollapsedGroup() public méthode

public IsCollapsedGroup ( String groupName ) : System.Boolean
groupName String
Résultat System.Boolean

LayoutManagerForContextMenu_LayoutChanged() protected méthode

protected LayoutManagerForContextMenu_LayoutChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

LayoutManagerForToolStripSplitButton_LayoutChanged() protected méthode

protected LayoutManagerForToolStripSplitButton_LayoutChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

MoveSelectedVertices() protected méthode

protected MoveSelectedVertices ( System.Single fXDistance, System.Single fYDistance ) : void
fXDistance System.Single
fYDistance System.Single
Résultat void

OnLayoutChanged() protected méthode

protected OnLayoutChanged ( LayoutType eLayout ) : void
eLayout LayoutType
Résultat void

OnVerticesMoved() protected méthode

protected OnVerticesMoved ( ICollection oMovedVertices ) : void
oMovedVertices ICollection
Résultat void

ReadDynamicFilterColumns() protected méthode

protected ReadDynamicFilterColumns ( System.Boolean bForceRedraw ) : void
bForceRedraw System.Boolean
Résultat void

ReadWorkbook() protected méthode

protected ReadWorkbook ( ) : void
Résultat void

ReadWorkbook() protected méthode

protected ReadWorkbook ( System.Boolean bLayOutGraph ) : void
bLayOutGraph System.Boolean
Résultat void

RemoveSplashScreen() protected méthode

protected RemoveSplashScreen ( ) : void
Résultat void

RunEdgeCommand() protected méthode

protected RunEdgeCommand ( RunEdgeCommandEventArgs e ) : void
e RunEdgeCommandEventArgs
Résultat void

RunVertexCommand() protected méthode

protected RunVertexCommand ( RunVertexCommandEventArgs e ) : void
e RunVertexCommandEventArgs
Résultat void

SaveImage() protected méthode

protected SaveImage ( ) : void
Résultat void

SaveUserSettings() protected méthode

protected SaveUserSettings ( ) : void
Résultat void

SelectAdjacentVertices() protected méthode

protected SelectAdjacentVertices ( IEdge oEdge, Boolean bSelect ) : void
oEdge IEdge
bSelect Boolean
Résultat void

SelectAdjacentVertices() protected méthode

protected SelectAdjacentVertices ( IVertex oVertex, Boolean bSelect ) : void
oVertex IVertex
bSelect Boolean
Résultat void

SelectAllEdges() protected méthode

protected SelectAllEdges ( Boolean bSelect ) : void
bSelect Boolean
Résultat void

SelectAllVertices() protected méthode

protected SelectAllVertices ( Boolean bSelect ) : void
bSelect Boolean
Résultat void

SelectAllVerticesAndEdges() protected méthode

protected SelectAllVerticesAndEdges ( Boolean bSelect ) : void
bSelect Boolean
Résultat void

SelectCollapsedGroup() public méthode

public SelectCollapsedGroup ( String groupName ) : void
groupName String
Résultat void

SelectIncidentEdges() protected méthode

protected SelectIncidentEdges ( IVertex oVertex, Boolean bSelect ) : void
oVertex IVertex
bSelect Boolean
Résultat void

SelectSubgraphs() protected méthode

protected SelectSubgraphs ( IVertex oClickedVertex ) : void
oClickedVertex IVertex
Résultat void

SetImageOptions() protected méthode

protected SetImageOptions ( ) : void
Résultat void

SetSelectedEdgesByRowID() public méthode

public SetSelectedEdgesByRowID ( ICollection rowIDs ) : void
rowIDs ICollection
Résultat void

SetSelectedVerticesByRowID() public méthode

public SetSelectedVerticesByRowID ( ICollection rowIDs ) : void
rowIDs ICollection
Résultat void

SetSelectionByRowIDs() protected méthode

protected SetSelectionByRowIDs ( ICollection oEdgeRowIDs, ICollection oVertexRowIDs ) : void
oEdgeRowIDs ICollection
oVertexRowIDs ICollection
Résultat void

ShowLayoutTypeIsNullNotification() protected méthode

protected ShowLayoutTypeIsNullNotification ( ) : Boolean
Résultat Boolean

ShowLayoutTypeIsNullWarning() protected méthode

protected ShowLayoutTypeIsNullWarning ( String sAction ) : void
sAction String
Résultat void

ShowReadabilityMetrics() protected méthode

protected ShowReadabilityMetrics ( ) : void
Résultat void

TaskPane() public méthode

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. ///
Résultat System

ThisWorkbook_VisualAttributeSetInWorkbook() protected méthode

protected ThisWorkbook_VisualAttributeSetInWorkbook ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
Résultat void

UpdateAutoFillResultsLegend() protected méthode

protected UpdateAutoFillResultsLegend ( PerWorkbookSettings oPerWorkbookSettings ) : void
oPerWorkbookSettings PerWorkbookSettings
Résultat void

UpdateAxes() protected méthode

protected UpdateAxes ( PerWorkbookSettings oPerWorkbookSettings ) : void
oPerWorkbookSettings PerWorkbookSettings
Résultat void

UpdateAxis() protected méthode

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
Résultat void

UpdateDynamicFiltersLegend() protected méthode

protected UpdateDynamicFiltersLegend ( ) : void
Résultat void

UpdateGraphHistory() protected méthode

protected UpdateGraphHistory ( PerWorkbookSettings oPerWorkbookSettings ) : void
oPerWorkbookSettings PerWorkbookSettings
Résultat void

WorksheetContextMenuManagerRowIDToEdge() protected méthode

protected WorksheetContextMenuManagerRowIDToEdge ( Int32 iEdgeRowID ) : IEdge
iEdgeRowID Int32
Résultat IEdge

WorksheetContextMenuManagerRowIDToVertex() protected méthode

protected WorksheetContextMenuManagerRowIDToVertex ( Int32 iVertexRowID ) : IVertex
iVertexRowID Int32
Résultat IVertex

WorksheetContextMenuManager_RequestEdgeCommandEnable() protected méthode

protected WorksheetContextMenuManager_RequestEdgeCommandEnable ( Object sender, RequestEdgeCommandEnableEventArgs e ) : void
sender Object
e RequestEdgeCommandEnableEventArgs
Résultat void

WorksheetContextMenuManager_RequestVertexCommandEnable() protected méthode

protected WorksheetContextMenuManager_RequestVertexCommandEnable ( Object sender, RequestVertexCommandEnableEventArgs e ) : void
sender Object
e RequestVertexCommandEnableEventArgs
Résultat void

m_oDynamicFilterDialog_DynamicFilterColumnsChanged() protected méthode

protected m_oDynamicFilterDialog_DynamicFilterColumnsChanged ( Object sender, DynamicFilterColumnsChangedEventArgs e ) : void
sender Object
e DynamicFilterColumnsChangedEventArgs
Résultat void

m_oDynamicFilterDialog_FilteredAlphaChanged() protected méthode

protected m_oDynamicFilterDialog_FilteredAlphaChanged ( Object sender, EventArgs e ) : void
sender Object
e EventArgs
Résultat void

msiGridSize_Click() protected méthode

protected msiGridSize_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

msiSnapVerticesToGrid_Click() protected méthode

protected msiSnapVerticesToGrid_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

oNodeXLControl_SelectionChanged() protected méthode

protected oNodeXLControl_SelectionChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

m_bHandlingLayoutChanged protected_oe property

protected Boolean m_bHandlingLayoutChanged
Résultat Boolean

m_iEnableGraphControlsCount protected_oe property

protected Int32 m_iEnableGraphControlsCount
Résultat Int32

m_iTemplateVersion protected_oe property

protected Int32 m_iTemplateVersion
Résultat Int32

m_oDynamicFilterDialog protected_oe property

protected DynamicFilterDialog m_oDynamicFilterDialog
Résultat DynamicFilterDialog

m_oEdgeRowIDDictionary protected_oe property

protected Dictionary m_oEdgeRowIDDictionary
Résultat IIdentityProvider>.Dictionary

m_oLayoutManagerForContextMenu protected_oe property

protected LayoutManagerForMenu m_oLayoutManagerForContextMenu
Résultat LayoutManagerForMenu

m_oLayoutManagerForToolStripSplitButton protected_oe property

protected LayoutManagerForToolStripSplitButton m_oLayoutManagerForToolStripSplitButton
Résultat LayoutManagerForToolStripSplitButton

m_oNodeXLWithAxesControl protected_oe property

protected NodeXLWithAxesControl m_oNodeXLWithAxesControl
Résultat NodeXLWithAxesControl

m_oReadabilityMetricsDialog protected_oe property

protected ReadabilityMetricsDialog m_oReadabilityMetricsDialog
Résultat ReadabilityMetricsDialog

m_oRibbon protected_oe property

protected Ribbon m_oRibbon
Résultat Ribbon

m_oSaveGraphImageFileDialog protected_oe property

protected SaveGraphImageFileDialog m_oSaveGraphImageFileDialog
Résultat SaveGraphImageFileDialog

m_oThisWorkbook protected_oe property

protected ThisWorkbook m_oThisWorkbook
Résultat ThisWorkbook

m_oVertexRowIDDictionary protected_oe property

protected Dictionary m_oVertexRowIDDictionary
Résultat IIdentityProvider>.Dictionary

m_oWorkbook protected_oe property

protected Workbook,Microsoft.Office.Interop.Excel m_oWorkbook
Résultat Microsoft.Office.Interop.Excel.Workbook

oNodeXLControl protected_oe property

protected NodeXLControl oNodeXLControl
Résultat NodeXLControl