.NET Windows Forms in a Nutshell

ErrorIconAlignment serializable

System. Windows .Forms (system. windows .forms.dll) enum

The enumeration specifies the locations at which you can place an ErrorProvider icon, relative to a particular Control .

public enum ErrorIconAlignment { TopLeft = 0 , TopRight = 1 , MiddleLeft = 2 , MiddleRight = 3 , BottomLeft = 4 , BottomRight = 5 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) ErrorIconAlignment

Returned By

ErrorProvider.GetIconAlignment()

Passed To

ErrorProvider.SetIconAlignment()

Категории