System.Windows.Forms.ErrorIconAlignment Enumeration

Specifies constants indicating the locations that an error icon can appear in relation to the control with an error.

Syntax

public enum ErrorIconAlignment

Remarks

This enumeration is used by System.Windows.Forms.ErrorProvider.

Members

Member NameDescription
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.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0