Specifies the off-screen image.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5

Syntax

C#
public Bitmap OffscreenImage { get; }
Visual Basic (Declaration)
Public ReadOnly Property OffscreenImage As Bitmap
Visual C++
public:
virtual property Bitmap^ OffscreenImage {
	Bitmap^ get () sealed;
}

Implements

IControlBackground..::.OffscreenImage

See Also