AutomationElementIdentifiers.IsRequiredForFormProperty Property
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.
Identifies the form requirement determination automation property. The form requirement status indicates whether the element must be completed on a form. The current status is returned by the IsRequiredForForm method.
public:
static property AutomationProperty ^ IsRequiredForFormProperty { AutomationProperty ^ get(); };
static AutomationProperty IsRequiredForFormProperty();
public static AutomationProperty IsRequiredForFormProperty { get; }
var automationProperty = AutomationElementIdentifiers.isRequiredForFormProperty;
Public Shared ReadOnly Property IsRequiredForFormProperty As AutomationProperty
Property Value
The automation property identifier.