Hi
In my control derived from UltramaskedEdit,
Inherits
Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit
I have a sub which was generated by the VS environment when I selected the Enter event. it does not ever fire. This is what it looks like below. My question is how do I hook up these events inside my class.
'do some stuff here
'but this is never never fired.
Sub
Thanks I gave it a try.
In this sub below, a breakpoint on the SetInitialEditPosition line is never hit.
Protected
EventArgs)
SetInitialEditPosition()
If you derived from UltraMaskedEdit, you should override the OnEnter method; that will be called when the user selects the control.