InputElement Submitted Property C# API
Gets or sets a value that indicates whether this InputElement has been submitted. For example, a button is submitted when it is pressed.

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

public bool Submitted { get; set; }

Field Value

true if this InputElement was submitted; otherwise, false.
See Also