InputElement IsSuccessfulControl Property C# API
Gets a value that indicates whether this InputElement 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 InputElement represents a successful control; otherwise, false.
Remarks

A successful control is valid for submission. Every successful control has its control name and current value submitted when the form is sent to the web server.
See Also