DekGenius.com
[ Team LiB ] Previous Section Next Section

ToolBarButtonStyleserializable

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

    [ Team LiB ] Previous Section Next Section