Method | Description | |
---|---|---|
GetContextMenu ( string nodeType ) : |
Gets the context menu.
|
|
GetRootNode ( string name ) : |
Gets the root node in the Object Explorer
|
|
GetSelectedNode ( ) : |
Gets the selected node in the Object Explorer
|
|
ObjectExplorer ( ) : System |
Initializes a new instance of the ObjectExplorer class.
|
|
RegisterContextMenu ( string nodeType, string addInTreePath ) : void |
Registers a context menu in the Object Explorer
|
|
RegisterImage ( string imgResource ) : void |
Registers an image resource in the Object Explorer
|
|
RegisterRootNode ( string name, string text, string imgResource, string addInTreePath ) : void |
Registers the root node in the Object Explorer
|
Method | Description | |
---|---|---|
InitTreeView ( ) : void | ||
OnAfterExpand ( object sender, |
||
OnAfterSelect ( object sender, |
public GetContextMenu ( string nodeType ) : |
||
nodeType | string | Type of the node. |
return |
public GetRootNode ( string name ) : |
||
name | string | The name. |
return |
public GetSelectedNode ( ) : |
||
return |
public RegisterContextMenu ( string nodeType, string addInTreePath ) : void | ||
nodeType | string | Type of the node. |
addInTreePath | string | The add in tree path. |
return | void |
public RegisterImage ( string imgResource ) : void | ||
imgResource | string | The img resource. |
return | void |
public RegisterRootNode ( string name, string text, string imgResource, string addInTreePath ) : void | ||
name | string | The name. |
text | string | The text. |
imgResource | string | The img resource. |
addInTreePath | string | The add in tree path. |
return | void |