ContentElementAutomationPeer.IsRequiredForFormCore Method

Definition

Gets a value that indicates whether the ContentElement that is associated with this ContentElementAutomationPeer is required to be filled out on a form. Called by IsRequiredForForm().

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

Returns

false.

Applies to

See also