MdiClient.BackgroundImage Proprietà

Definizione

Ottiene o imposta l'immagine di sfondo visualizzata nel controllo MdiClient.

public:
 virtual property System::Drawing::Image ^ BackgroundImage { System::Drawing::Image ^ get(); void set(System::Drawing::Image ^ value); };
public override System.Drawing.Image BackgroundImage { get; set; }
public override System.Drawing.Image? BackgroundImage { get; set; }
member this.BackgroundImage : System.Drawing.Image with get, set
Public Overrides Property BackgroundImage As Image

Valore della proprietà

Immagine da visualizzare in background del controllo.

Commenti

Utilizzare la BackgroundImage proprietà per ottenere e impostare l'immagine di sfondo dell'area client MDI di un modulo.

Si applica a