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
1105
Hide caret on UltraNumericEditor and UltraDateTimeEditor
posted

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