GroupItemAutomationPeer.HasKeyboardFocusCore Method

Definition

Supplies the method called by the HasKeyboardFocus() method to indicate whether the element associated with this automation peer currently has keyboard focus.

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 focus; otherwise, false.

Applies to