Gradient Title Bar

To use this control, put in your Form_Load event the following Line:
Gradient1.gradient Me

And that's it!

You can choose the color of the title bar when it's active and when it's inactive.
You can also choose the color of the form's caption when it's active and when it's inactive.

ScreenShot:
Example How your Form will look like after you use this Control

The Control Properties:

ActiveCaptionColor - The color of the caption when the form is active
ActiveColorStart - The Top color of the Title Bar when the form is active
ActiveColorEnd - The Bottom color of the Title Bar when the form is active
InActiveCaptionColor - The color of the caption when the form is inactive
InActiveColorStart - The Top color of the Title Bar when the form is inactive
InActiveColorEnd - The Bottom color of the Title Bar when the form is inactive
Vertical - 'True' if the Title bar will be drawn Vertically and 'False' if the Title bar will be drawn Horizontally

Go Back