.NET Windows Forms in a Nutshell

ToolBarButtonStyle serializable

System. Windows .Forms (system. windows .forms.dll) enum

This enumeration lists the options for the ToolBarButton.Style property.

public enum ToolBarButtonStyle { PushButton = 1 , ToggleButton = 2 , Separator = 3 , DropDownButton = 4 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) ToolBarButtonStyle

Returned By

ToolBarButton.Style

Passed To

ToolBarButton.Style

Категории