Click or drag to resize

Win32ToolBarAutoSize Property

Gets or sets a value indicating whether the toolbar adjusts its size automatically, based on the size of the buttons and the dock style.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public override bool AutoSize { get; set; }

Return Value

Type: Boolean
if the toolbar adjusts its size automatically, based on the size of the buttons and dock style; otherwise, . The default is .
See Also