Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.1 KB

control_setistemplatekeytiptarget_817145473.md

File metadata and controls

30 lines (20 loc) · 1.1 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Control.SetIsTemplateKeyTipTarget(Microsoft.UI.Xaml.DependencyObject,System.Boolean)
winrt method

Microsoft.UI.Xaml.Controls.Control.SetIsTemplateKeyTipTarget

-description

Sets the value of the Control.IsTemplateKeyTipTarget XAML attached property for a target element.

-parameters

-param element

The object to which the property value is written.

-param value

The value to set.

-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.IsTemplateKeyTipTarget attached property.

-see-also

Control.IsTemplateKeyTipTarget, Attached properties overview

-examples