Panel control with gradient background feature.

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

Syntax

Visual Basic
<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

See Also