Represents a panel control with vista style gradient background.

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

Syntax

C#
public class TPanelVista : Panel, 
	INotifyPropertyChanged, IControlBackground
Visual Basic (Declaration)
Public Class TPanelVista _
	Inherits Panel _
	Implements INotifyPropertyChanged, IControlBackground
Visual C++
public ref class TPanelVista : 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..::.TPanelVista

See Also