Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 802 Bytes

automationproperties_getisrequiredforform_304472609.md

File metadata and controls

26 lines (18 loc) · 802 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.AutomationProperties.GetIsRequiredForForm(Microsoft.UI.Xaml.DependencyObject)
winrt method

Microsoft.UI.Xaml.Automation.AutomationProperties.GetIsRequiredForForm

-description

Gets the value of the AutomationProperties.IsRequiredForForm attached property for the specified DependencyObject.

-parameters

-param element

The DependencyObject to check.

-returns

true if the specified element is required for completion of a form; otherwise, false.

-remarks

-examples

-see-also