If you click on [Ins] key, it switch Insert/Overwrite (with same cursor)
WinUI3 : How to get Insert/overwrite in WInUi3 TextBox
Harshithraj1871
1,731
Reputation points
Hi,
Im working on the WinUI3 desktop app in cpp. I want to get the Insert or overwrite feature in TextBox like this
I was not able to find this feature by default in WinUI3 TextBox. I tried to get KeyDown Event and check for Insert Key, But i Didn't get Key down event for Insert Key press.
In this case how to achieve the behaviour in TextBox?
Thank you
Windows development | Windows App SDK
Answer accepted by question author