TextAreaElement IsSuccessfulControl Property C# API
Gets a value that indicates whether this TextAreaElement currently represents a successful control.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public override bool IsSuccessfulControl { get; }

Field Value

true if this TextAreaElement represents a successful control; otherwise, false.
Remarks

A successful control is one that is valid for submission, i.e. one that will be sent to the web server when the form is submitted.

A TextAreaElement is successful if it contains text.

See Also