Table of Contents
Dock Property

Gets or sets a value indicating to which side this DockView should be docked.

Syntax
 public Dock Dock { get; set; }
Remarks

This property and the index of this DockView inside its parent DockViewCollection together determines the position of this view.

See Also