0 out of 1 rated this helpful - Rate this topic

ToolStripItem.Anchor Property

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)

public AnchorStyles Anchor { get; set; }
/** @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.
Exception typeCondition

InvalidEnumArgumentException

The value is not 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.

NoteNote:

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.

.NET Framework

Supported in: 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.