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: 2023.4.9.0
[SerializableAttribute]
[FlagsAttribute]
public enum NodeParts

Members

None0 Nothing is to be drawn
Background1 Erase the node's background
Lines2 Draw connecting node lines
Expando4 Draw the expando (+/-) image
StateImage8 Draw the checkbox/state image
NodeImage16 Draw the item image
Text32 Draw the text

See Also