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; }
Public Overrides Property AutoSize As Boolean
Get
Set
public:
virtual property bool AutoSize {
bool get () override;
void set (bool value) override;
}
abstract AutoSize : bool with get, set
override AutoSize : bool with 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