This topic has not yet been rated - Rate this topic

AutomationProperties.SetAccessKey method

Sets the value of the AutomationProperties.AccessKey attached property for the specified DependencyObject.

Syntax


public:
static void SetAccessKey(
  DependencyObject^ element, 
  String^ value
)

Parameters

element

Type: DependencyObject

The DependencyObject for which to set the property.

value

Type: System.String [.NET] | Platform::String [C++]

The access key value to set.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Automation
Windows::UI::Xaml::Automation [C++]

Metadata

Windows.winmd

See also

AutomationProperties

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.