Draw Tree Node Extended Event ArgsNode Parts 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.31.0
The tree view will set this based on its current settings
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public NodeParts NodeParts { get; set; }VB
Public Property NodeParts As NodeParts
Get
SetC++
public:
property NodeParts NodeParts {
NodeParts get ();
void set (NodeParts value);
}F#
member NodeParts : NodeParts with get, setProperty Value
NodePartsThe 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.