Transparent button control with double gradients. It is also able to display transparent images over its main part.

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

Syntax

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

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..::.TVistaButton

See Also