Метод | Описание | |
---|---|---|
BrowseTreeCtrl ( ) : System |
Initializes a new instance of the BrowseTreeCtrl class.
|
|
Initialize ( Session session, NodeId rootId, NodeId viewId, NodeId referenceTypeId, BrowseDirection browseDirection ) : void |
Displays the a root in the control.
|
Метод | Описание | |
---|---|---|
BeforeExpand ( |
||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
EnableMenuItems ( |
||
SelectNode ( ) : void |
Метод | Описание | |
---|---|---|
BrowseChildren ( |
Browses the children of the node and updates the tree.
|
|
BrowseDirectionCTRL_SelectedIndexChanged ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ReferenceTypeCTRL_ReferenceSelectionChanged ( object sender, |
||
RootBTN_Click ( object sender, |
||
SelectChildrenMI_Click ( object sender, |
||
SelectMI_Click ( object sender, |
||
UpdateNode ( |
Adds the browse results to the node (if not null).
|
protected BeforeExpand ( |
||
clickedNode | ||
Результат | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected EnableMenuItems ( |
||
clickedNode | ||
Результат | void |
public Initialize ( Session session, NodeId rootId, NodeId viewId, NodeId referenceTypeId, BrowseDirection browseDirection ) : void | ||
session | Session | |
rootId | NodeId | |
viewId | NodeId | |
referenceTypeId | NodeId | |
browseDirection | BrowseDirection | |
Результат | void |