 
            | Miner.Controls Assembly > Miner.Controls Namespace : IItemNode Interface | 
The following tables list the members exposed by IItemNode.
| Name | Description | |
|---|---|---|
|  | Checked | This property sets or gets a boolean value indicating whether a checkbox associated with the list item is checked. True=checked; False=unchecked. | 
|  | Expanded | This property sets or gets a boolean value that indicates whether the list item is expanded. | 
|  | HasChildren | This property returns a boolean value indicating whether the list item has children. | 
|  | ImageHandle | This property provides a handle to the image associated with the list item. | 
|  | IsVisible | This property gets or sets a boolean value that indicates whether the list item is visible. | 
|  | ItemNodes | This property returns a collection of IItemNode objects. | 
|  | ItemType | This property sets or gest an identifier for the item type (as long). | 
|  | ParentNode | This property returns the parent node of the selected IItemNode object. | 
|  | Tag | This property returns a tag. The tag may be used to store various types of data such as a Word document, XML, etc. | 
|  | Text | This property gets or sets the text associated with the list item. | 
| Name | Description | |
|---|---|---|
|  | Added | This event adds an item to the list. | 
|  | ImageChanged | |
|  | Rebuilt | This event rebuilds the list. | 
|  | Removed | This event removes an item from the list. | 
|  | SelectionChanged | |
|  | TextChanged | |
|  | Updated | This event updates a list. |