CustomStatusBar
Control
Copyright
© 2003 TwinkleSoft. All rights reserved. Version 1.0.
The Windows StatusBar control supplied with Microsoft .Net
products doesn't make ForeColor and BackColor properties available for
the text it displays without using Panels. CustomStatusBar inherits from
StatusBar and therefore provides all of the functionality of the standard
StatusBar control, as well as the "missing" ForeColor and BackColor
properties.
The Test CustomStatusBar demo below shows CustomStatusBar in
operation.