ContentElementAutomationPeer.HasKeyboardFocusCore Method

Definition

Gets a value that indicates whether the ContentElement that is associated with this ContentElementAutomationPeer currently has keyboard input focus. Called by HasKeyboardFocus().

protected:
 override bool HasKeyboardFocusCore();
protected override bool HasKeyboardFocusCore ();
override this.HasKeyboardFocusCore : unit -> bool
Protected Overrides Function HasKeyboardFocusCore () As Boolean

Returns

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

Applies to

See also