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 Returned ByErrorProvider.GetIconAlignment() Passed ToErrorProvider.SetIconAlignment() |