Click or drag to resize

Win32ToolBarDock Property

Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public override DockStyle Dock { get; set; }

Return Value

Type: DockStyle
One of the DockStyle values. The default is None.
See Also