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.2
Syntax
public override bool AutoSize { get; set; }

Return Value

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