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 TLabelAnimated : UserControl
Visual Basic (Declaration)
Public Class TLabelAnimated _
	Inherits UserControl
Visual C++
public ref class TLabelAnimated : 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 opacity can be set by BackColorOpacity property.

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.UserControl
              BeeMobile.TransparentControls..::.TLabelAnimated

See Also