DrawTreeNodeExtendedEventArgsTextBackgroundBrush Property

This is used to set or get the brush used to draw the node text's background if FullRowSelect is set to false.

Definition

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

Property Value

Brush
This will be null if FullRowSelect is true

See Also