ToolStrip::Anchor Property
.NET Framework (current version)
Gets or sets the edges of the container to which a ToolStrip is bound and determines how a ToolStrip is resized with its parent.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property AnchorStyles Anchor { virtual AnchorStyles get() override; virtual void set(AnchorStyles value) override; }
Use the Anchor property to define how a 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.
Note |
|---|
The Anchor and Dock properties are mutually exclusive. Only one can be set at a time, and the last one set takes precedence. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
