Constructor TreeControlItem
TreeControlItem()
Initializes a new instance of the TreeControlItem class.
public TreeControlItem()
TreeControlItem(string)
Initializes a new instance of the TreeControlItem class with the specified text.
public TreeControlItem(string text)
Parameters
text
stringThe text of the tree control item.
TreeControlItem(string, int?)
Initializes a new instance of the TreeControlItem class with the specified item text and the image index position of the item's icon.
public TreeControlItem(string text, int? imageIndex)
Parameters
text
stringThe text to display for the item.
imageIndex
int?The zero-based index of the image within the ImageList associated with the VirtualTreeControl that contains the item.