Свойство | Тип | Описание | |
---|---|---|---|
NoRowID |
Свойство | Тип | Описание | |
---|---|---|---|
m_oEdgeTable | Microsoft.Office.Tools.Excel.ListObject | ||
m_oGroupTable | Microsoft.Office.Tools.Excel.ListObject | ||
m_oVertexTable | Microsoft.Office.Tools.Excel.ListObject | ||
m_oWorkbook | Microsoft.Office.Tools.Excel.WorkbookBase |
Метод | Описание | |
---|---|---|
WorksheetContextMenuManager ( Microsoft workbook, Microsoft edgeWorksheet, Microsoft edgeTable, Microsoft vertexWorksheet, Microsoft vertexTable, Microsoft groupWorksheet, Microsoft groupTable ) : System |
Initializes a new instance of the
|
Метод | Описание | |
---|---|---|
AddContextMenuItem ( CommandBarPopup oCommandBarPopup, String sText, |
||
AddContextMenuSeparator ( |
||
AddEdgeContextMenuItems ( Microsoft oClickedRange ) : void | ||
AddGroupContextMenuItems ( Microsoft oClickedRange ) : void | ||
AddSetColorContextMenuItem ( Microsoft oTable, Microsoft oClickedRange ) : void | ||
AddTopLevelPopup ( |
||
AddVertexContextMenuItems ( Microsoft oClickedRange ) : void | ||
CommandBarButtonToClickedID ( System.Windows.Forms.CommandBarButton oCommandBarButton ) : |
||
EdgeTable_BeforeRightClick ( Microsoft Target, bool &Cancel ) : void | ||
GroupTable_BeforeRightClick ( Microsoft Target, bool &Cancel ) : void | ||
PrepareToAddChildMenuItems ( Microsoft oClickedRange, Microsoft oTable, String sIDColumnName, |
||
RemoveContextMenuItems ( ) : void | ||
RunAVertexCommand ( System.Windows.Forms.CommandBarButton oCommandBarButton, VertexCommand eVertexCommand ) : void | ||
RunAnEdgeCommand ( System.Windows.Forms.CommandBarButton oCommandBarButton, EdgeCommand eEdgeCommand ) : void | ||
TryGetClickedID ( Microsoft oClickedRange, Microsoft oTable, String sIDColumnName, |
||
VertexTable_BeforeRightClick ( Microsoft Target, bool &Cancel ) : void | ||
Workbook_Deactivate ( ) : void | ||
Worksheet_Deactivate ( ) : void | ||
oDeselectAdjacentVerticesOfEdgeButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oDeselectAdjacentVerticesOfVertexButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oDeselectAllEdgesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oDeselectAllVerticesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oDeselectIncidentEdgesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oEditVertexAttributesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oSelectAdjacentVerticesOfEdgeButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oSelectAdjacentVerticesOfVertexButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oSelectAllEdgesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oSelectAllVerticesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oSelectIncidentEdgesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oSelectSubgraphsButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
oSetColorButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void |
Метод | Описание | |
---|---|---|
AssertValid ( ) : void |
protected AddContextMenuItem ( CommandBarPopup oCommandBarPopup, String sText, |
||
oCommandBarPopup | CommandBarPopup | |
sText | String | |
iClickedID | ||
oEventHandler | _CommandBarButtonEvents_ClickEventHandler | |
Результат | System.Windows.Forms.CommandBarButton |
protected AddContextMenuSeparator ( |
||
oTableContextCommandBar | ||
bAdd | System.Boolean | |
Результат | void |
protected AddEdgeContextMenuItems ( Microsoft oClickedRange ) : void | ||
oClickedRange | Microsoft | |
Результат | void |
protected AddGroupContextMenuItems ( Microsoft oClickedRange ) : void | ||
oClickedRange | Microsoft | |
Результат | void |
protected AddSetColorContextMenuItem ( Microsoft oTable, Microsoft oClickedRange ) : void | ||
oTable | Microsoft | |
oClickedRange | Microsoft | |
Результат | void |
protected AddTopLevelPopup ( |
||
oTableContextCommandBar | ||
Результат | CommandBarPopup |
protected AddVertexContextMenuItems ( Microsoft oClickedRange ) : void | ||
oClickedRange | Microsoft | |
Результат | void |
protected CommandBarButtonToClickedID ( System.Windows.Forms.CommandBarButton oCommandBarButton ) : |
||
oCommandBarButton | System.Windows.Forms.CommandBarButton | |
Результат |
protected EdgeTable_BeforeRightClick ( Microsoft Target, bool &Cancel ) : void | ||
Target | Microsoft | |
Cancel | bool | |
Результат | void |
protected GroupTable_BeforeRightClick ( Microsoft Target, bool &Cancel ) : void | ||
Target | Microsoft | |
Cancel | bool | |
Результат | void |
protected PrepareToAddChildMenuItems ( Microsoft oClickedRange, Microsoft oTable, String sIDColumnName, |
||
oClickedRange | Microsoft | |
oTable | Microsoft | |
sIDColumnName | String | |
iClickedID | ||
oTopLevelPopup | CommandBarPopup | |
Результат | void |
protected RemoveContextMenuItems ( ) : void | ||
Результат | void |
protected RunAVertexCommand ( System.Windows.Forms.CommandBarButton oCommandBarButton, VertexCommand eVertexCommand ) : void | ||
oCommandBarButton | System.Windows.Forms.CommandBarButton | |
eVertexCommand | VertexCommand | |
Результат | void |
protected RunAnEdgeCommand ( System.Windows.Forms.CommandBarButton oCommandBarButton, EdgeCommand eEdgeCommand ) : void | ||
oCommandBarButton | System.Windows.Forms.CommandBarButton | |
eEdgeCommand | EdgeCommand | |
Результат | void |
protected TryGetClickedID ( Microsoft oClickedRange, Microsoft oTable, String sIDColumnName, |
||
oClickedRange | Microsoft | |
oTable | Microsoft | |
sIDColumnName | String | |
iClickedID | ||
Результат | System.Boolean |
protected VertexTable_BeforeRightClick ( Microsoft Target, bool &Cancel ) : void | ||
Target | Microsoft | |
Cancel | bool | |
Результат | void |
public WorksheetContextMenuManager ( Microsoft workbook, Microsoft edgeWorksheet, Microsoft edgeTable, Microsoft vertexWorksheet, Microsoft vertexTable, Microsoft groupWorksheet, Microsoft groupTable ) : System | ||
workbook | Microsoft | /// Excel workbook. /// |
edgeWorksheet | Microsoft | /// The edge worksheet in the Excel workbook. /// |
edgeTable | Microsoft | /// The edge table on the edge worksheet. /// |
vertexWorksheet | Microsoft | /// The vertex worksheet in the Excel workbook. /// |
vertexTable | Microsoft | /// The vertex table on the vertex worksheet. /// |
groupWorksheet | Microsoft | /// The group worksheet in the Excel workbook. /// |
groupTable | Microsoft | /// The group table on the group worksheet. /// |
Результат | System |
protected oDeselectAdjacentVerticesOfEdgeButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oDeselectAdjacentVerticesOfVertexButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oDeselectAllEdgesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oDeselectAllVerticesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oDeselectIncidentEdgesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oEditVertexAttributesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oSelectAdjacentVerticesOfEdgeButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oSelectAdjacentVerticesOfVertexButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oSelectAllEdgesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oSelectAllVerticesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oSelectIncidentEdgesButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oSelectSubgraphsButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected oSetColorButton_Click ( System.Windows.Forms.CommandBarButton Ctrl, bool &CancelDefault ) : void | ||
Ctrl | System.Windows.Forms.CommandBarButton | |
CancelDefault | bool | |
Результат | void |
protected Microsoft.Office.Tools.Excel.ListObject m_oEdgeTable | ||
Результат | Microsoft.Office.Tools.Excel.ListObject |
protected Microsoft.Office.Tools.Excel.ListObject m_oGroupTable | ||
Результат | Microsoft.Office.Tools.Excel.ListObject |
protected Microsoft.Office.Tools.Excel.ListObject m_oVertexTable | ||
Результат | Microsoft.Office.Tools.Excel.ListObject |