Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit
posted

Hi

what is Function PerformAction ?

AccNo is an object of Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit

Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit AccNo

AccNo.PerformAction(MaskedEditAction, bool, bool)

Parents
No Data
Reply
  • 37774
    posted

    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

Children
No Data