DrawTreeNodeExtendedEventArgsNodeParts Property

This is used to set or get the parts of the node to draw

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public NodeParts NodeParts { get; set; }

Property Value

NodeParts
The tree view will set this based on its current settings

Remarks

If you handle the TreeNodeDrawing event and custom draw one or more parts of the node, you should turn of the corresponding bit flags in this member so that the tree view will not draw them.

See Also