A transparent label control.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

C#
public class TLabel : UserControl
Visual Basic (Declaration)
Public Class TLabel _
	Inherits UserControl
Visual C++
public ref class TLabel : public UserControl

Remarks

TLabel control behaves much like standard Label control. However, if its BackColor is set to Transparent the user can see the contents underneath it. Also any other BackColor value can be made translucent. The level of translucency (or opacity) can be set by BackColorOpacity property.

Inheritance Hierarchy

See Also