Click or drag to resize

Win32ToolBarButtonStyle Property

Gets or sets the style of the toolbar button.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ToolBarButtonStyle Style { get; set; }

Return Value

Type: ToolBarButtonStyle
One of the ToolBarButtonStyle values. The default is ToolBarButtonStyle.PushButton.
Exceptions
ExceptionCondition
InvalidEnumArgumentExceptionThe assigned value is not one of the ToolBarButtonStyle values.
See Also