Click or drag to resize

SelectableListNodeWithParent Properties

The SelectableListNodeWithParent type exposes the following members.

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