This enumeration lists the options for the ToolBarButton.Style property. public enum ToolBarButtonStyle { PushButton = 1 , ToggleButton = 2 , Separator = 3 , DropDownButton = 4 } Hierarchy System.Object Returned ByToolBarButton.Style Passed ToToolBarButton.Style |