FlowLayoutPanel control with gradient background feature.

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

Syntax

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

Type.createClass(
	'Greatis.GradientControls.GradientFlowLayoutPanel',
	FlowLayoutPanel);

Inheritance Hierarchy

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

See Also