.NET Windows Forms in a Nutshell
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 By
ToolBarButton.Style Passed To
ToolBarButton.Style |