Changing the height of a toolbar button

  • Thread starter Thread starter Mike Lee
  • Start date Start date
M

Mike Lee

Anyone know it is possible to change the size of a toolbar button either
in the designer or in the code? in the designer it's greyed out while
when I try it in the code I get a compiler error. Please advise, thank you.
 
Not *one* button, but all of them. You can't set the height on an individual
button and you can't change the height at all (IIRC) after you've assigned
an imagelist.


--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/


Mike Lee said:
Anyone know it is possible to change the size of a toolbar button either
in the designer or in the code? in the designer it's greyed out while
when I try it in the code I get a compiler error. Please advise, thank
you.
 
Back
Top