Version

ErrorIconAlignmentResolved Property

Gets the resolved ErrorIconAlignment for the control
Syntax
'Declaration
 
Public ReadOnly Property ErrorIconAlignmentResolved As CalcErrorIconAlignment
public CalcErrorIconAlignment ErrorIconAlignmentResolved {get;}
Remarks

When a Calculation or Reference error occurs during the evaluation of a formula, the UltraCalcManager will display an ErrorProvider Icon adjacent to the target control. ErrorIconAlignment determines the location of the icon. The resolve process will look at the ErrorIconAlignment property first. If it is set to Default it will use the UltraCalcManager.ErrorIconAlignment setting. If that is also set to Default, MiddleRight will be used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also