NodeParts 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.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
[SerializableAttribute]
[FlagsAttribute]
public enum NodeParts

Members

None0x00 Nothing is to be drawn
Background0x01 Erase the node's background
Lines0x02 Draw connecting node lines
Expando0x04 Draw the expando (+/-) image
StateImage0x08 Draw the checkbox/state image
NodeImage0x10 Draw the item image
Text0x20 Draw the text

See Also