Posted 19 years ago
by Marianne
I'm trying to set a border around a status bar panel but have not been able to do so. My code is simply:
That doesn't work. I also tried calling ResetBorder before and after this without success. What should I do to get the panel border working properly? Thanks.
statusBar.Panels["Status"].Border = new ActiproSoftware.Drawing.SimpleBorder(
ActiproSoftware.Drawing.SimpleBorderStyle.DoubleSolid, System.Drawing.Color.Blue);
------------------------------- Marianne