ActionsPane.BackgroundImage Property

Definition

Gets or sets the background image displayed in the actions pane.

public:
 property System::Drawing::Image ^ BackgroundImage { System::Drawing::Image ^ get(); void set(System::Drawing::Image ^ value); };
[System.ComponentModel.Localizable(true)]
public System.Drawing.Image BackgroundImage { get; set; }
[<System.ComponentModel.Localizable(true)>]
member this.BackgroundImage : System.Drawing.Image with get, set
Public Property BackgroundImage As Image

Property Value

The image to display in the background of the actions pane.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.BackgroundImage property. For more information about using this property, see System.Windows.Forms.Control.BackgroundImage.

Applies to