namespace System.Windows.Forms { public enum ToolStripItemDisplayStyle { None, Text, Image, ImageAndText } }