System.Windows.Forms.ToolStripItem.BackgroundImage Property

Gets or sets the background image displayed in the item.

Syntax

[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Localizable(true)]
public virtual System.Drawing.Image BackgroundImage { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStripItem.BackgroundImage property to place a graphic image onto an item.

Note:

Images with translucent or transparent colors are not supported by Windows Forms controls as background images.

This property is not supported on child controls whose Form.RightToLeftLayout property is true.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0