Reputation: 59516
What is the .NET equivalent for the Hotkey Control?
Upvotes: 4
Views: 582
Reputation: 5569
There is no implementation of HotKey Control in .Net but u can create a Custom control deriving from TextBox. One such implementation available to steal is here
Upvotes: 4