Node Parts Enumeration
This public enumerated type defines the various node parts that are to be drawn for the
ExtendedTreeView control.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
[SerializableAttribute]
[FlagsAttribute]
public enum NodePartsVB
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration NodePartsC++
[SerializableAttribute]
[FlagsAttribute]
public enum class NodePartsF#
[<SerializableAttribute>]
[<FlagsAttribute>]
type NodePartsMembers
| None | 0x00 | Nothing is to be drawn |
| Background | 0x01 | Erase the node's background |
| Lines | 0x02 | Draw connecting node lines |
| Expando | 0x04 | Draw the expando (+/-) image |
| StateImage | 0x08 | Draw the checkbox/state image |
| NodeImage | 0x10 | Draw the item image |
| Text | 0x20 | Draw the text |