ToolStripItemAlignment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the alignment of a ToolStripItem in a ToolStrip.
public enum class ToolStripItemAlignment
public enum ToolStripItemAlignment
type ToolStripItemAlignment =
Public Enum ToolStripItemAlignment
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Specifies that the ToolStripItem is to be anchored toward the left or top end of the ToolStrip, depending on the ToolStrip orientation. If the value of RightToLeft is |
Right | 1 | Specifies that the ToolStripItem is to be anchored toward the right or bottom end of the ToolStrip, depending on the ToolStrip orientation. If the value of RightToLeft is |