Gets or sets the edges of the container to which a System.Windows.Forms.ToolStripItem is bound and determines how a System.Windows.Forms.ToolStripItem is resized with its parent.
Documentation for this section has not yet been entered.
Use the ToolStripItem.Anchor property to define how a System.Windows.Forms.ToolStripItem 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 ToolStripItem.Anchor and ToolStripItem.Dock properties are mutually exclusive. Only one can be set at a time, and the last one set takes precedence.