Text on MenuStrip

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alexander Vasilevsky

    #1

    Text on MenuStrip

    How placing text in MenuStrip, glued it to the right side MenuStrip?

    http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas
    discount


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Text on MenuStrip

    Alexander,

    You don't adjust this on the MenuStrip, rather, you adjust it on the
    items on the menu strip through the Alignment property on the ToolStripItem
    instances that the MenuStrip contains.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Alexander Vasilevsky" <mail@alvas.net wrote in message
    news:fkehfq$q15 $1@behemoth.vol ia.net...
    How placing text in MenuStrip, glued it to the right side MenuStrip?
    >
    http://www.alvas.net - Audio tools for C# and VB.Net developers +
    Christmas discount
    >
    >

    Comment

    Working...