Setting a status bar panel's border

Bars for Windows Forms Forum

Posted 18 years ago by Marianne
Avatar
I'm trying to set a border around a status bar panel but have not been able to do so. My code is simply:
            statusBar.Panels["Status"].Border = new ActiproSoftware.Drawing.SimpleBorder(
                ActiproSoftware.Drawing.SimpleBorderStyle.DoubleSolid, System.Drawing.Color.Blue);
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.

------------------------------- Marianne

Comments (3)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Right now our themed-style statusbar renderers ignore the Border property. However if you are using the VisualStudio2002StatusBarRenderer, then the Border will show up.


Actipro Software Support

Posted 18 years ago by Marianne
Avatar
Thanks for the info. Is this something that can be added to the next maintenance release? I love the look of the more modern status bar. Thanks again.

------------------------------- Marianne

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Ok, it has been added.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.