skip to main | skip to sidebar

Umut Tezduyar's Blog

The content on this site represents my own personal opinions and thoughts at the time of posting, and does not reflect those of my employer's in any way.

Sunday, April 17, 2005

Gradient Panel C# Control (Inherits System.Windows.Forms.Panel)

This control enhances System.Windows.Forms.Panel control by adding a gradient display.



It is very simple to use:

this.panel1.BackColor = Color.Red;
this.panel1.GradientColor = Color.Blue;


Click here to download the source code

1 comments Links to this post
Labels: .Net Framework, C#
Home
Subscribe to: Posts (Atom)

1986

1986

Archive

  • ►  2009 (3)
    • ►  December (1)
      • Support Google Chrome
    • ►  April (2)
      • Arm Cortex M3 If-then (IT) instruction
      • Special Control Register that controls the ARM Cor...
  • ►  2008 (6)
    • ►  July (2)
      • How to enable tab key navigation in a Mac OS X dia...
      • How to reverse a linked list (3 different ways)
    • ►  June (2)
      • How to optimize html pages if your target is slow ...
      • C# Circular Buffer - First in first out (Not threa...
    • ►  April (1)
      • Fletcher Checksum C# Algorithm
    • ►  March (1)
      • How to send an SMS with an AT command
  • ►  2006 (1)
    • ►  November (1)
      • Sample usage of fetchmail with gmail
  • ▼  2005 (2)
    • ►  August (1)
      • WYSIWYG Progress Circle for .Net Framework (C#)
    • ▼  April (1)
      • Gradient Panel C# Control (Inherits System.Windows...

Labels

  • .Net Framework (2)
  • Arm (2)
  • C# (2)
  • Embedded Programming (2)
  • Engineering (1)
  • Instruction Set (1)
  • Toolbox (6)