Edit

Share via


FocusTarget Class

Definition

A target for the FocusBehavior.

public sealed class FocusTarget : Windows.UI.Xaml.DependencyObject
type FocusTarget = class
    inherit DependencyObject
Public NotInheritable Class FocusTarget
Inherits DependencyObject
Inheritance
Windows.UI.Xaml.DependencyObject
FocusTarget

Constructors

FocusTarget()

Fields

ControlProperty

The DP to store the Control property value.

Properties

Control

Gets or sets the control that will receive the focus.

Events

ControlChanged

Raised when Control property changed. It can change if we use x:Load on the control.

Applies to