ToolbarButton renders bad when disabled

fabio

Member
Joined
Jun 12, 2011
Messages
13
Programming Experience
5-10
Hi. I need some help here.

The text of a ToolbarButton in the Toolbar control isn't displayed correctly when:

(1) the button is disabled, and...
(2) the property: toolbarHandle.TextAlign = Right

How can I fix this? I'm using VB.net 2010.
 
ToolBar was replaced by ToolStrip in .Net 2.0. I recommend you go for that.
 
Back
Top