dbicList Send comments on this topic.
dbiNodeItem Class Methods
See Also 
dbicBase Assembly > Dbi.WinControl Namespace : dbiNodeItem Class


"

For a list of all members of this type, see dbiNodeItem members.

"

Public Methods

 NameDescription
public MethodCollapseCloses a parent node so that the children are not visible.  
public MethodEnsureVisibleAdjusts the vertical scroll bar to ensure the dbiNodeItem is visible in the list.  
public MethodExpandExpands a node so that the child nodes are visible.  
public MethodExpandAll

Expands all nodes of a given node including all layers of nodes under that node.

 
public MethodGetCellCheckedGets the boolean value at a specific cell in the item.  
public MethodGetCellFormatGets the dbiCellFormat assigned to a specific cell in the item.  
public MethodGetCellIntegerGets the integer value at a specific cell in the item.  
public MethodGetCellTextGets the text at a specific cell in the item.  
public MethodGetNodeCountGets the number of children nodes of a item in the list.  
public MethodIsVisible

Determines if a node is visible.

 
public MethodNextVisibleNodeGets the next visible node.  
public MethodNodeFullPathGets the node full path as a string.  
public MethodPrevVisibleNodeGets the previous visible node item.  
public MethodSetCellCheckedSets the boolean value at a specific cell in the item.  
public MethodSetCellIntegerSets the integer value at a specific cell in the item.  
public MethodSetCellTextSets the text of a specific cell.  
public MethodToggleToggle the node to either expand or collapse it.  
Top

See Also