Miner.Controls Assembly > Miner.Controls Namespace : IItemNode Interface |
For a list of all members of this type, see IItemNode members.
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. |