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 (in ShellBrowser.dll) Version: 7.2
Syntax
public override DockStyle Dock { get; set; }

Return Value

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