SearchTextBox::OnGotKeyboardFocus Method (KeyboardFocusChangedEventArgs^)

 

Called when this text box gets the keyboard focus.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void OnGotKeyboardFocus(
	KeyboardFocusChangedEventArgs^ e
) override

Parameters

e
Type: System.Windows.Input::KeyboardFocusChangedEventArgs^

Event argument.

Return to top
Show: