In Forms, I can simple use ActiveControl.name to get the name of the active control. However in WPF this doesn't work. What is the WPF command equivalent to Activecontrol.name? I'll take C# or VB, either way. Thank you!
相关问题
- VNC control for WPF application
- How to use Control.FromHandle?
- 'System.Threading.ThreadAbortException' in
- how to use special characters like '<'
- WPF Binding from System.Windows.SystemParameters.P
There are a couple of possibilities though I'm not sure either is an exact match for ActiveControl:
Do either of these sound like what you want?