AutomationPeer.HasKeyboardFocusCore Method

Definition

When overridden in a derived class, is called by HasKeyboardFocus().

protected:
 abstract bool HasKeyboardFocusCore();
protected abstract bool HasKeyboardFocusCore ();
abstract member HasKeyboardFocusCore : unit -> bool
Protected MustOverride Function HasKeyboardFocusCore () As Boolean

Returns

true if the element has keyboard focus; otherwise, false.

Applies to

See also