Click or drag to resize

Win32ToolBarBorderStyle Property

Gets or sets the border style of the toolbar control.

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

Return Value

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