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

SetIconPadding() public method

Sets the amount of extra space to leave between the specified control and the error icon.
control is null.
public SetIconPadding ( IControlHabanero objControl, int intPadding ) : void
objControl IControlHabanero The control to set the padding for.
intPadding int The number of pixels to add between the icon and the control.
return void
        public void SetIconPadding(IControlHabanero objControl, int intPadding)
        {
            base.SetIconPadding(GetControl(objControl), intPadding);
        }