Click or drag to resize

Win32ToolBarBorderStyle Property

Gets or sets the border style of the toolbar control.

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

Return Value

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