Reputation: 59456
What is the .NET equivalent for the Hotkey Control?
Upvotes: 4
Views: 582
Reputation: 5559
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