| 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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
Syntaxpublic override DockStyle Dock { get; set; }Public Overrides Property Dock As DockStyle
	Get
	Set
public:
virtual property DockStyle Dock {
	DockStyle get () override;
	void set (DockStyle value) override;
}abstract Dock : DockStyle with get, set
override Dock : DockStyle with get, set
Return Value
DockStyleOne of the 
DockStyle values. The default is 
None.
 See Also
See Also