IControlBackground Interface

IControlBackground interface is implemented in TForm to provide the background image to its child controls.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public interface IControlBackground

Properties

BackgroundImage Specifies the background image.
OffscreenImage Specifies the off-screen image. (Stretched background image.)

See Also