InputElement Type Property C# API
Gets the type of this InputElement.

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

public InputElement..::..InputElementType Type { get; }

Field Value

The type of this InputElement.
Remarks

This property is similar to GetAttribute("type"), but returns the type as an enum value.
See Also