TreeView

Undocumented in source.

Members

Functions

addNode
TreeNode addNode(string txt, int imgIndex, int selImgIndex, NodeInsertMode nim)
Undocumented in source. Be warned that the author may not have intended to support it.
addNode
TreeNode addNode(string txt, int imgIndex, NodeInsertMode nim)
Undocumented in source. Be warned that the author may not have intended to support it.
addNode
TreeNode addNode(string txt, NodeInsertMode nim)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
collapse
void collapse()
Undocumented in source. Be warned that the author may not have intended to support it.
createControlParams
void createControlParams(CreateControlParams ccp)
Undocumented in source. Be warned that the author may not have intended to support it.
expand
void expand()
Undocumented in source. Be warned that the author may not have intended to support it.
onHandleCreated
void onHandleCreated(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectedNodeChanged
void onSelectedNodeChanged(TreeNodeChangedEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectedNodeChanging
void onSelectedNodeChanging(CancelTreeNodeEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onTreeNodeCollapsed
void onTreeNodeCollapsed(TreeNodeEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onTreeNodeExpanded
void onTreeNodeExpanded(TreeNodeEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onTreeNodeExpanding
void onTreeNodeExpanding(CancelTreeNodeEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
removeNode
void removeNode(TreeNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
removeNode
void removeNode(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

imageList
ImageList imageList [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageList
ImageList imageList [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
nodes
Collection!(TreeNode) nodes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedNode
TreeNode selectedNode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedNode
TreeNode selectedNode [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createTreeNode
void createTreeNode(TreeNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
removeTreeNode
void removeTreeNode(TreeNode node)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

selectedNodeChanged
Event!(Control, TreeNodeChangedEventArgs) selectedNodeChanged;
Undocumented in source.
selectedNodeChanging
Event!(Control, CancelTreeNodeEventArgs) selectedNodeChanging;
Undocumented in source.
treeNodeCollapsed
Event!(Control, TreeNodeEventArgs) treeNodeCollapsed;
Undocumented in source.
treeNodeExpanded
Event!(Control, TreeNodeEventArgs) treeNodeExpanded;
Undocumented in source.
treeNodeExpanding
Event!(Control, CancelTreeNodeEventArgs) treeNodeExpanding;
Undocumented in source.

Inherited Members

From SubclassedControl

createControlParams
void createControlParams(CreateControlParams ccp)
Undocumented in source. Be warned that the author may not have intended to support it.
originalWndProc
uint originalWndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
wndProc
void wndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta