AutomationPeer.IsKeyboardFocusableCore Method

Definition

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

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

Returns

true if the element can accept keyboard focus; otherwise, false.

Applies to

See also