Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.13 KB

control_istemplatekeytiptarget.md

File metadata and controls

29 lines (16 loc) · 1.13 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Control.IsTemplateKeyTipTarget
winrt attachedproperty

Microsoft.UI.Xaml.Controls.Control.IsTemplateKeyTipTarget

-description

Gets or sets a value that indicates whether this element is the part of a control template where the KeyTip is placed.

-remarks

This property is for use in a ControlTemplate only. If it's set outside of a ControlTemplate, it's ignored. If this attached property is set more than once in a ControlTemplate, an exception is thrown.

-see-also

XAML attached properties

-examples