WinUI3 : How to get Insert/overwrite in WInUi3 TextBox

Harshithraj1871 1,731 Reputation points
2023-09-25T07:48:01.7433333+00:00

Hi,

Im working on the WinUI3 desktop app in cpp. I want to get the Insert or overwrite feature in TextBox like this

insert

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
0 comments No comments
{count} votes

Answer accepted by question author
  1. Castorix31 91,276 Reputation points
    2023-09-25T08:50:10.01+00:00

    If you click on [Ins] key, it switch Insert/Overwrite (with same cursor)


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.