ArcFM Engine Developer Guide
IItemNode Interface Members
Properties  Methods  Events

The following tables list the members exposed by IItemNode.

Public Properties
 NameDescription
 PropertyCheckedThis property sets or gets a boolean value indicating whether a checkbox associated with the list item is checked. True=checked; False=unchecked.  
 PropertyExpandedThis property sets or gets a boolean value that indicates whether the list item is expanded.  
 PropertyHasChildrenThis property returns a boolean value indicating whether the list item has children.  
 PropertyImageHandleThis property provides a handle to the image associated with the list item.  
 PropertyIsVisibleThis property gets or sets  a boolean value that indicates whether the list item is visible.  
 PropertyItemNodesThis property returns a collection of IItemNode objects.  
 PropertyItemTypeThis property sets or gest an identifier for the item type (as long).  
 PropertyParentNodeThis property returns the parent node of the selected IItemNode object.  
 PropertyTagThis property returns a tag. The tag may be used to store various types of data such as a Word document, XML, etc.  
 PropertyTextThis property gets or sets the text associated with the list item.  
Top
Public Methods
 NameDescription
 MethodInitThis method initializes the object.  
Top
Public Events
 NameDescription
 EventAddedThis event adds an item to the list.  
 EventImageChanged  
 EventRebuiltThis event rebuilds the list.  
 EventRemovedThis event removes an item from the list.  
 EventSelectionChanged  
 EventTextChanged  
 EventUpdatedThis event updates a list.  
Top
See Also

Reference

IItemNode Interface
Miner.Controls Namespace

 

 


Send Comment