Property | Type | Description | |
---|---|---|---|
m_aoInitiallySelectedVertices | IVertex[] | ||
m_oClickedVertex | IVertex | ||
m_oNodeXLControl | NodeXLControl | ||
m_oSelectSubgraphsDialogUserSettings |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
SelectSubgraphsDialog ( ) : System |
Initializes a new instance of the SelectSubgraphsDialog class for the Visual Studio designer. Do not use this constructor. It is for use by the Visual Studio designer only. |
|
SelectSubgraphsDialog ( NodeXLControl nodeXLControl, IVertex clickedVertex ) : System |
Initializes a new instance of the SelectSubgraphsDialog class with a NodeXLControl.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DoDataExchange ( Boolean bFromControls ) : Boolean | ||
SelectSubgraphs ( NodeXLControl oNodeXLControl, IVertex oClickedVertex, Boolean bUseAllSelectedVertices, Decimal decLevels, Boolean bSelectConnectingEdges ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnSelect_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected DoDataExchange ( Boolean bFromControls ) : Boolean | ||
bFromControls | Boolean | |
return | Boolean |
protected SelectSubgraphs ( NodeXLControl oNodeXLControl, IVertex oClickedVertex, Boolean bUseAllSelectedVertices, Decimal decLevels, Boolean bSelectConnectingEdges ) : void | ||
oNodeXLControl | NodeXLControl | |
oClickedVertex | IVertex | |
bUseAllSelectedVertices | Boolean | |
decLevels | Decimal | |
bSelectConnectingEdges | Boolean | |
return | void |
public SelectSubgraphsDialog ( NodeXLControl nodeXLControl, IVertex clickedVertex ) : System | ||
nodeXLControl | NodeXLControl | /// The NodeXLControl whose subgraphs should be selected. /// |
clickedVertex | IVertex | /// Vertex that was clicked in the graph, or null if no vertex was clicked. /// |
return | System |
protected IVertex[] m_aoInitiallySelectedVertices | ||
return | IVertex[] |
protected NodeXLControl m_oNodeXLControl | ||
return | NodeXLControl |