Click or drag to resize

NGTreeNodeWithImageIndex Fields

The NGTreeNodeWithImageIndex type exposes the following members.

Fields
 NameDescription
Protected field_guiTag Optional tag used by GUI code.
(Inherited from NGTreeNode)
Protected field_imageIndex The image index used when the node is not selected.
Protected field_isExpanded A value indicating whether this node is expanded.
(Inherited from NGTreeNode)
Protected field_isSelected Indicates whether this item is selected.
(Inherited from SelectableListNode)
Protected field_selectedImageIndex The image index used when the node is selected.
Protected field_tag The associated tag object.
(Inherited from ListNode)
Protected field_text The display text.
(Inherited from ListNode)
Top
See Also