Hi
what is Function PerformAction ?
AccNo is an object of Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit
Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit AccNo
AccNo.PerformAction(MaskedEditAction, bool, bool)
The purpose of the PerformAction method on any control that exposes it is to allow you to programmatically simulate keyboard input by the user. For a list and descriptions of the available enums, you can see this help link. The two boolean values allow you to specify if the actions should be performed as if the shift or control keys are pressed, respectively.
-Matt