Draw Tree Node Extended Event ArgsText Background Brush 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: 2024.12.31.0
This will be null if FullRowSelect is true
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Brush TextBackgroundBrush { get; set; }VB
Public Property TextBackgroundBrush As Brush
Get
SetC++
public:
property Brush^ TextBackgroundBrush {
Brush^ get ();
void set (Brush^ value);
}F#
member TextBackgroundBrush : Brush with get, setProperty Value
BrushThis will be null if FullRowSelect is true