Edit

Share via


TreeView.BackgroundImage Property

Definition

Gets or set the background image for the TreeView control.

[System.ComponentModel.Browsable(false)]
public override System.Drawing.Image BackgroundImage { get; set; }
[System.ComponentModel.Browsable(false)]
public override System.Drawing.Image? BackgroundImage { get; set; }

Property Value

The Image that is the background image for the TreeView control.

Attributes

Remarks

This property is not relevant for this class.

Applies to