with the ToolStrip it's possible to mirror the images of the ToolStripItem with RightToLeftAutoMirrorImage.
But with the MenuStrip I haven't found a way to mirror the Items (images) to do it automatically. Only to rotate each image Img.RotateFlip(RotateFlipType.RotateNoneFlipX); Is there any other way to do this?? (Framework 2.0)
Thanks..