Displaying Text of Button Vertically

Hi everybody,
  How do you display Text of a Windows Button Control vertically instead of usual horizontal formation Thanks.

den2005



Answer this question

Displaying Text of Button Vertically

  • parthiss

    You need to draw the button yourself. Derive a class from Button and override OnPaint or use the Paint event.
  • TRID

    I think you need to create your own button control inheriting from the System.Windows.Forms.Button class and override the OnPaint method to handle the Graphics calls and have you managing all its related stuff...

    I can't think of an easy answer for this one, sorry.

    Amadrias

  • Displaying Text of Button Vertically