I added this to the bottom of the ctor to fix it:
fillBrush2 = new LinearGradientBrush( new Point( 0, this.Height / 2 ), new Point( 0, this.Height ), fillColor2_1, fillColor2_2 );
textBrushNormal = new SolidBrush( fontColor1 );
textBrushMouseOn = new SolidBrush( fontColor2 );
Then at runtime I clicked on the header control and got an null reference error. I didn't know a header should...
2008-03-02 20:22:12 UTC in Cloud Toolkit.Net