Version

AutoCloseUpOnEquals Property (UltraCalculatorEditorColumn)

Controls whether or not the "=" key causes the dropdown to close.
Syntax
'Declaration
 
Public Property AutoCloseUpOnEquals As Boolean
public bool AutoCloseUpOnEquals {get; set;}
Remarks

Note: Setting the AutoCloseUpOnEquals property to true does not cause the dropdown to close up when the "=" button is clicked.



Also note that the dropdown closes when the Enter/Return key is pressed, regardless of the value of the AutoCloseUpOnEquals property.

This can be prevented by handling the control's KeyDown event for the Enter/Return key and setting the 'Handled' property of the event arguments to true.

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