HtmlElement IsSuccessfulControl Property C# API
Gets a value that indicates whether this HTML element currently represents a successful control. 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.

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

public virtual bool IsSuccessfulControl { get; }

Field Value

true if this HTML element is a successful control; otherwise, false.
See Also