System.Windows.Forms.ToolStripItemAlignment Enumeration

Determines the alignment of a System.Windows.Forms.ToolStripItem in a System.Windows.Forms.ToolStrip.

Syntax

public enum ToolStripItemAlignment

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Left

Specifies that the System.Windows.Forms.ToolStripItem is to be anchored toward the left or top end of the System.Windows.Forms.ToolStrip, depending on the System.Windows.Forms.ToolStrip orientation. If the value of System.Windows.Forms.RightToLeft is Yes, items marked as ToolStripItemAlignment.Left are aligned to the right side of the System.Windows.Forms.ToolStrip.

Right

Specifies that the System.Windows.Forms.ToolStripItem is to be anchored toward the right or bottom end of the System.Windows.Forms.ToolStrip, depending on the System.Windows.Forms.ToolStrip orientation. If the value of System.Windows.Forms.RightToLeft is Yes, items marked as ToolStripItemAlignment.Right are aligned to the left side of the System.Windows.Forms.ToolStrip.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0