Like standard Panel, but you can put an image into its background.

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

Syntax

C#
public class TPanel : Panel, INotifyPropertyChanged, 
	IControlBackground
Visual Basic (Declaration)
Public Class TPanel _
	Inherits Panel _
	Implements INotifyPropertyChanged, IControlBackground
Visual C++
public ref class TPanel : public Panel, 
	INotifyPropertyChanged, IControlBackground

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.Panel
            BeeMobile.TransparentControls..::.TPanel

See Also