Click or drag to resize

ToolBarButtonStyle Enumeration

Specifies the button style within a toolbar.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public enum ToolBarButtonStyle
Members
  Member nameValueDescription
PushButton1A standard, three-dimensional button.
ToggleButton2A toggle button that appears sunken when clicked and retains the sunken appearance until clicked again.
Separator3A space or line between toolbar buttons. The appearance depends on the value of the Appearance property.
DropDownButton4A drop-down control that displays a menu or other window when clicked.
See Also