Control.IsTemplateKeyTipTarget Attached Property

Definition

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

C#
see GetIsTemplateKeyTipTarget, and SetIsTemplateKeyTipTarget

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.

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also