Expand Minimize
This topic has not yet been rated - Rate this topic

AutomationPeer.IsKeyboardFocusableCore method

Provides the peer's behavior when a Microsoft UI Automation client calls IsKeyboardFocusable or an equivalent UI Automation client API.

Syntax


protected virtual bool IsKeyboardFocusableCore()

Parameters

This method has no parameters.

Return value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

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

Remarks

The "Core" methods are the standard implementations that perform the default action of an associated UI Automation client-callable method. You can override any of the "Core" methods to return alternative values in a custom automation peer. In this case, IsOffscreenCore is invoked any time that IsOffscreen is called.

The standard implementation at the AutomationPeer level returns false. However, FrameworkElementAutomationPeer adds behavior that checks whether the owner is a Control or otherwise focusable, and whether the owner is enabled.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Automation.Peers
Windows::UI::Xaml::Automation::Peers [C++]

Metadata

Windows.winmd

See also

AutomationPeer
FrameworkElementAutomationPeer
Custom automation peers
Accessibility in Windows Store apps using C++, C#, or Visual Basic

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.