AutomationProperties.SetAccessKey(DependencyObject, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the AutomationProperties.AccessKey attached property for the specified DependencyObject.
public:
static void SetAccessKey(DependencyObject ^ element, Platform::String ^ value);
static void SetAccessKey(DependencyObject const& element, winrt::hstring const& value);
public static void SetAccessKey(DependencyObject element, string value);
function setAccessKey(element, value)
Public Shared Sub SetAccessKey (element As DependencyObject, value As String)
Parameters
- element
- DependencyObject
The DependencyObject for which to set the property.
- value
-
String
Platform::String
winrt::hstring
The access key value to set.