Show TabTip on screen keyboard with PasswordBox

Brian Tabone 46 Reputation points
2021-03-25T22:16:40.507+00:00

We have a .NET 5 WPF touchscreen application that needs to accept passwords to run an override authorization. We are currently using a System.Windows.Controls.PasswordBox control but the control does not start the TabTip (or any) on screen keyboard when it receives focus. I tried calling TabTip directly but that throws an exception that elevation is required. Is there a recommended way to integrate the PasswordBox with touch screen applications? Thanks, Brian

Developer technologies | Windows Presentation Foundation
{count} votes

Your answer

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