Click or drag to resize

ListNode Properties

The ListNode type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets the description string. Can be used e.g. to show a tool tip.
Public propertyImage Gets an image to display for the item. The type depends on the Gui that is currently used.
Public propertyImageIndex Can be overridden to get an image index, that can be used to retrieve an image from a resource.
Public propertySubItemCount Gets the number of subitems to display (Text0, Text1, etc.).
Public propertyTag Gets or sets a tag associated with the item.
Public propertyText Gets or sets the text that is displayed (for simple Gui items).
Public propertyText0 Gets additional text to display for the item.
Public propertyText1 Gets additional text to display for the item.
Public propertyText2 Gets additional text to display for the item.
Public propertyText3 Gets additional text to display for the item.
Public propertyText4 Gets additional text to display for the item.
Public propertyText5 Gets additional text to display for the item.
Public propertyText6 Gets additional text to display for the item.
Public propertyText7 Gets additional text to display for the item.
Public propertyText8 Gets additional text to display for the item.
Public propertyText9 Gets additional text to display for the item.
Top
See Also