Gets or sets the edges of the container to which a System.Windows.Forms.ToolStrip is bound and determines how a System.Windows.Forms.ToolStrip is resized with its parent.
Documentation for this section has not yet been entered.
Use the ToolStrip.Anchor property to define how a System.Windows.Forms.ToolStrip is automatically resized as its parent control is resized. Anchoring a control to its parent control ensures that the anchored edges remain in the same position relative to the edges of the parent control when the parent control is resized.
The ToolStrip.Anchor and ToolStrip.Dock properties are mutually exclusive. Only one can be set at a time, and the last one set takes precedence.