ToolBarAppearance Enumeration |
Specifies the type of toolbar to display.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public enum ToolBarAppearance
Public Enumeration ToolBarAppearance
public enum class ToolBarAppearance
Members
| Member name | Value | Description |
---|
| Normal | 0 | The toolbar and buttons appear as standard three-dimensional controls. |
| Flat | 1 | The toolbar and buttons appear flat, but the buttons change to three-dimensional as the mouse pointer moves over them. |
See Also