ToolStripItem.Anchor Property
.NET Framework 3.0
Gets or sets the edges of the container to which a ToolStripItem is bound and determines how a ToolStripItem is resized with its parent.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
/** @property */ public AnchorStyles get_Anchor () /** @property */ public void set_Anchor (AnchorStyles value)
public function get Anchor () : AnchorStyles public function set Anchor (value : AnchorStyles)
Not applicable.
Property Value
One of the AnchorStyles values.Use the Anchor property to define how a 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.
Note: |
|---|
| The Anchor and Dock properties are mutually exclusive. Only one can be set at a time, and the last one set takes precedence. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Note: