AutomationPeer.IsRequiredForForm Method

Definition

Gets a value that indicates whether the element that is associated with this peer must be completed on a form.

public:
 virtual bool IsRequiredForForm() = IsRequiredForForm;
bool IsRequiredForForm();
public bool IsRequiredForForm();
function isRequiredForForm()
Public Function IsRequiredForForm () As Boolean

Returns

Boolean

bool

true if the element must be completed; otherwise, false.

Applies to