ActionsPane.BackgroundImage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.