Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.2 KB

control_getistemplatefocustarget_1798979821.md

File metadata and controls

29 lines (20 loc) · 1.2 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Control.GetIsTemplateFocusTarget(Microsoft.UI.Xaml.FrameworkElement)
winrt method

Microsoft.UI.Xaml.Controls.Control.GetIsTemplateFocusTarget

-description

Gets the value of the Control.IsTemplateFocusTarget XAML attached property for the target element.

-parameters

-param element

The object from which the property value is read.

-returns

The Control.IsTemplateFocusTarget XAML attached property value of the specified object.

-remarks

This method is a utility method for the property system, and isn't used in most app scenarios. In most cases you set the Control.IsTemplateFocusTarget XAML attached property in XAML and won't need this method. For more info, see the Control.IsTemplateFocusTarget attached property.

-examples

-see-also

Control.IsTemplateFocusTarget, Attached properties overview