RadMenuStrip supports multiline text in its items - instead of truncating long text, it is displayed on several lines. This is achieved through a label which RadMenuStrip uses for its text field.
Images and text can be displayed on menuitems as well. You can customize the image-text relation by setting the TextImageRelation property. Possible values are: Overlay, ImageAboveText, TextAboveImage, TextBeforeImage, and ImageBeforeText.