Gets or sets the size information of the element.

[VBScript]
Public Property Size As Integer
[JScript]
public function get Size() : int;
public function set Size(int);

Property Value

A value representing the size information of the element. The precise meaning is specific to each type of field.

See Also

HTMLInputElement Object | HTMLInputElement Members | DOM Namespace