ToolBarButtonStyle Enumeration |
Specifies the button style within a toolbar.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public enum ToolBarButtonStyle
Public Enumeration ToolBarButtonStyle
public enum class ToolBarButtonStyle
Members
| Member name | Value | Description |
---|
| PushButton | 1 | A standard, three-dimensional button. |
| ToggleButton | 2 | A toggle button that appears sunken when clicked and retains the sunken appearance until clicked again. |
| Separator | 3 | A space or line between toolbar buttons. The appearance depends on the value of the Appearance property. |
| DropDownButton | 4 | A drop-down control that displays a menu or other window when clicked. |
See Also