UIElementAutomationPeer.IsRequiredForFormCore Method

Definition

Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer is required to be completed on a form. This method is called by IsRequiredForForm().

protected:
 override bool IsRequiredForFormCore();
protected override bool IsRequiredForFormCore ();
override this.IsRequiredForFormCore : unit -> bool
Protected Overrides Function IsRequiredForFormCore () As Boolean

Returns

A boolean that contains the value that is returned by GetIsRequiredForForm(DependencyObject), if it's set; otherwise false.

Applies to