TabPageOffscreenImage Property

Note: This API is now obsolete.
Specifies the off-screen image for Panel.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
[ObsoleteAttribute("This property is obsolete. Use GetMyBackground method instead and provide a Graphics object which should be used to paint the background image on.")]
public Bitmap OffscreenImage { get; }

Property Value

Bitmap

See Also