TransparentControls Help
C#
VB
Show/Hide TOC
IControl
Background 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#
Copy
public
interface
IControlBackground
VB
Copy
Public
Interface
IControlBackground
Properties
BackgroundImage
Specifies the background image.
OffscreenImage
Specifies the off-screen image. (Stretched background image.)
See Also
Reference
BeeMobile.TransparentControls Namespace
In This Article
Definition
Properties
See Also