AutomationElementIdentifiers.IsRequiredForFormProperty Property

Definition

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.

Applies to