TableLayoutPanel control with gradient background feature.

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

Syntax

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

Type.createClass(
	'Greatis.GradientControls.GradientTableLayoutPanel',
	TableLayoutPanel);

Inheritance Hierarchy

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

See Also