UIElementAutomationPeer.IsKeyboardFocusableCore Method

Definition

Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer can accept keyboard focus. This method is called by IsKeyboardFocusable().

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

Returns

true if the element is focusable by the keyboard; otherwise false.

Applies to