NodeParts Enumeration
This public enumerated type defines the various node parts that are to be drawn for the
ExtendedTreeView control.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
[SerializableAttribute]
[FlagsAttribute]
public enum NodeParts
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration NodeParts
[SerializableAttribute]
[FlagsAttribute]
public enum class NodeParts
[<SerializableAttribute>]
[<FlagsAttribute>]
type NodeParts
None | 0 |
Nothing is to be drawn
|
Background | 1 |
Erase the node's background
|
Lines | 2 |
Draw connecting node lines
|
Expando | 4 |
Draw the expando (+/-) image
|
StateImage | 8 |
Draw the checkbox/state image
|
NodeImage | 16 |
Draw the item image
|
Text | 32 |
Draw the text
|