Label control with gradient background feature.

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

Syntax

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

Type.createClass(
	'Greatis.GradientControls.GradientLabel',
	Label);

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.Label
          Greatis.GradientControls..::.GradientLabel

See Also