GettingFocusEventArgs.FocusState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the input mode through which an element obtained focus.
public:
property FocusState FocusState { FocusState get(); };
FocusState FocusState();
public FocusState FocusState { get; }
var focusState = gettingFocusEventArgs.focusState;
Public ReadOnly Property FocusState As FocusState
Property Value
How the element obtained focus.