NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ErrorIconAlignment Enumeration

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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | ErrorProvider