Panel control with gradient background feature.

Namespace:  Greatis.GradientControls
Assembly:  Greatis.GradientControls (in Greatis.GradientControls.dll)

Syntax

Visual Basic (Declaration)
<ToolboxBitmapAttribute(GetType(GradientPanel))> _
Public Class GradientPanel _
	Inherits Panel
C#
[ToolboxBitmapAttribute(typeof(GradientPanel))]
public class GradientPanel : Panel
Visual C++
[ToolboxBitmapAttribute(typeof(GradientPanel))]
public ref class GradientPanel : public Panel
JavaScript
Greatis.GradientControls.GradientPanel = function();

Type.createClass(
	'Greatis.GradientControls.GradientPanel',
	Panel);

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.Panel
            Greatis.GradientControls..::.GradientPanel

See Also