AutomationProperties.GetIsRequiredForForm(DependencyObject) Method
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.
Gets the value of the AutomationProperties.IsRequiredForForm attached property for the specified DependencyObject.
public:
static bool GetIsRequiredForForm(DependencyObject ^ element);
static bool GetIsRequiredForForm(DependencyObject const& element);
public static bool GetIsRequiredForForm(DependencyObject element);
function getIsRequiredForForm(element)
Public Shared Function GetIsRequiredForForm (element As DependencyObject) As Boolean
Parameters
- element
- DependencyObject
The DependencyObject to check.
Returns
Boolean
bool
true if the specified element is required for completion of a form; otherwise, false.