Hallo,
I'm trying to hide the caret of a UltraNumericEditor/UltraDateTimeEditor.
I'm using the Win32API-funtions ShowCaret(IntPtr hWnd) and ShowCaret(IntPtr hWnd).
I tried hiding the caret on GotFocus and AfterEnterEditMode, but HideCaret always returns false.
I also checked if I have some underlying control in the ControlsCollection (like in the UltraTextBoxEditor), but Controls.Count is always 0.
Any hint would be greatly appreciated.
Regards,
Florian
Hi Florian,
The Masked Editor controls do not derive from TextBox, so they will not respond to Windows Messages like ShowCaret. And they do not use a child TextBox control, either. So I don't beleive there is any way to do this.
You should Submit a feature request to Infragistics