Moves the focus into the inner password box if the control got the focus.
Namespace: DW.WPFToolkit.Controls
Assembly: DW.WPFToolkit (in DW.WPFToolkit.dll) Version: 5.6.0.0
Syntax
C#
protected override void OnGotFocus( RoutedEventArgs e )
Parameters
- e
- Type: System.WindowsRoutedEventArgs
The parameter passed by the caller.
See Also