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.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Brush TextBackgroundBrush { get; set; }
Public Property TextBackgroundBrush As Brush
Get
Set
public:
property Brush^ TextBackgroundBrush {
Brush^ get ();
void set (Brush^ value);
}
member TextBackgroundBrush : Brush with get, set
Property Value
BrushThis will be null if
FullRowSelect is true