Describes the set of locations that an error icon can appear in relation to the control with the error.
[Visual Basic] Public Enum ErrorIconAlignment [C#] public enum ErrorIconAlignment [C++] public enum ErrorIconAlignment
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
BottomLeft | The icon appears aligned with the bottom of the control, and the left of the control. |
BottomRight | The icon appears aligned with the bottom of the control, and the right of the control. |
MiddleLeft | The icon appears aligned with the middle of the control, and the left of the control. |
MiddleRight | The icon appears aligned with the middle of the control, and the right of the control. |
TopLeft | The icon appears aligned with the top of the control, and to the left of the control. |
TopRight | The icon appears aligned with the top of the control, and to the right of the control. |
Namespace: System.WinForms
Assembly: System.WinForms.dll