ItemAutomationPeer.IsRequiredForFormCore Method

Definition

Gets a value that indicates whether the specified UIElement is required to be completed on a form.

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

Returns

true if the specified UIElement is required to be completed; otherwise, false.

Remarks

The UIElement corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer. This method is called by IsRequiredForForm.

Applies to

See also