AutomationElementIdentifiers.IsDataValidForFormProperty 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 Boolean automation property that indicates if the data is valid for the form.
public:
static property AutomationProperty ^ IsDataValidForFormProperty { AutomationProperty ^ get(); };
static AutomationProperty IsDataValidForFormProperty();
public static AutomationProperty IsDataValidForFormProperty { get; }
var automationProperty = AutomationElementIdentifiers.isDataValidForFormProperty;
Public Shared ReadOnly Property IsDataValidForFormProperty As AutomationProperty
Property Value
The automation property identifier.
Remarks
A Boolean that indicates if the data is valid for the form is returned by the GetIsDataValidForForm method.