Click or drag to resize

Win32ToolBarAppearance Property

Gets or set the value that determines the appearance of a toolbar control and its buttons.

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

Return Value

ToolBarAppearance
One of the ToolBarAppearance values. The default is ToolBarAppearance.Normal.
Exceptions
ExceptionCondition
InvalidEnumArgumentExceptionThe assigned value is not one of the ToolBarAppearance values.
See Also