Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 967 Bytes

automationproperties_setautomationcontroltype_1982203878.md

File metadata and controls

30 lines (18 loc) · 967 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Automation.AutomationProperties.SetAutomationControlType(Windows.UI.Xaml.UIElement,Windows.UI.Xaml.Automation.Peers.AutomationControlType)
winrt method

Windows.UI.Xaml.Automation.AutomationProperties.SetAutomationControlType(Windows.UI.Xaml.UIElement,Windows.UI.Xaml.Automation.Peers.AutomationControlType)

-description

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

-parameters

-param element

The DependencyObject for which to set the property.

-param value

The UI Automation control type to set.

-remarks

-see-also

-examples