PictureBox which supports the alpha channel of a transparent image.

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

Syntax

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

Remarks

This control behaves much like standard PictureBox control. It can, however, draw transparent images transparently over the surface of its parent container.

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..::.TButtonBase
                BeeMobile.TransparentControls..::.TPictureBox

See Also