OptionElement IsSuccessfulControl Property C# API
Gets a value that indicates whether this OptionElement 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 OptionElement 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.

An OptionElement is successful if it has been Selected.

See Also