Habanero.Faces.Win.ErrorProviderWin.SetIconAlignment C# (CSharp) Method

SetIconAlignment() public method

Sets the location where the error icon should be placed in relation to the control.
control is null.
public SetIconAlignment ( IControlHabanero objControl, ErrorIconAlignmentHabanero enmValue ) : void
objControl IControlHabanero The control to set the icon location for.
enmValue ErrorIconAlignmentHabanero One of the values.
return void
        public void SetIconAlignment(IControlHabanero objControl, ErrorIconAlignmentHabanero enmValue)
        {
            base.SetIconAlignment(GetControl(objControl), (ErrorIconAlignment)enmValue);
        }