TabPageOffscreenImage Property
Note: This API is now obsolete.
Specifies the off-screen image for Panel.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
[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; }
<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 ReadOnly Property OffscreenImage As Bitmap
Get
Property Value
Bitmap