DrawTreeNodeExtendedEventArgsNodeParts Property
This is used to set or get the parts of the node to draw
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public NodeParts NodeParts { get; set; }
Public Property NodeParts As NodeParts
Get
Set
public:
property NodeParts NodeParts {
NodeParts get ();
void set (NodeParts value);
}
member NodeParts : NodeParts with get, set
Property Value
NodePartsThe tree view will set this based on its current settings
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.