GroupItemAutomationPeer.IsKeyboardFocusableCore Method

Definition

Supplies the method called by the IsKeyboardFocusable() method to indicate whether the element can accept keyboard focus.

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

Returns

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

Applies to