Gets or sets the type of this form control.

[VBScript]
Public Property Type As String
[JScript]
public function get Type() : String;
public function set Type(String);

Property Value

A string representing the type of this form control.

See Also

HTMLInputElement Object | HTMLInputElement Members | DOM Namespace