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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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