Share via


Control.IsTemplateKeyTipTargetProperty Property

Definition

Identifies the Control.IsTemplateKeyTipTarget XAML attached property.

public:
 static property DependencyProperty ^ IsTemplateKeyTipTargetProperty { DependencyProperty ^ get(); };
static DependencyProperty IsTemplateKeyTipTargetProperty();
public static DependencyProperty IsTemplateKeyTipTargetProperty { get; }
var dependencyProperty = Control.isTemplateKeyTipTargetProperty;
Public Shared ReadOnly Property IsTemplateKeyTipTargetProperty As DependencyProperty

Property Value

The identifier for the Control.IsTemplateKeyTipTarget XAML attached property.

Remarks

Keytips are badges displayed next to controls that support access keys when the user presses the Alt key. Each keytip contains the alphanumeric keys that activate the associated control.

Applies to

See also