namespace TSZ.RevitMenu.Configuration { using System; public enum ButtonStyles { Separator, Large, Pushdown, Stacked, StackedBox } }