GettingFocusEventArgs.FocusState Property

Definition

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.

Applies to

See also