Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AutomationPeer.SetFocusCore Method
Definition
- Namespace:
- Microsoft.UI.Xaml.Automation.Peers
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void SetFocusCore() = SetFocusCore;
void SetFocusCore();
protected virtual void SetFocusCore();
function setFocusCore()
Protected Overridable Sub SetFocusCore ()
Remarks
The standard implementation uses IsKeyboardFocusable to determine whether the peer reports that the owner can be focused. FrameworkElementAutomationPeer adds behavior that performs the actual focus operation if it is possible.
Applies to
See also
Feedback
Was this page helpful?
