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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
[SerializableAttribute]
[FlagsAttribute]
public enum NodeParts
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration NodeParts
[SerializableAttribute]
[FlagsAttribute]
public enum class NodeParts
[<SerializableAttribute>]
[<FlagsAttribute>]
type NodeParts
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
|