Enum InputElementType

Enum InputElementType

Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML.dll (25.2.0)

Represent states of the input field.

[ComVisible(true)]
public enum InputElementType

Fields

Button = 22

A push button.

Checkbox = 16

A field for entering a checkbox.

Color = 15

A field for entering a color.

Date = 8

A field for entering a date.

Email = 6

A field for entering an email.

File = 18

A field that allows to select and attach user files.

Hidden = 1

A control that is not displayed.

Image = 20

A graphical button for submitting the form result.

LocalDateTime = 12

A field for entering a local datetime.

Month = 9

A field for entering a month.

Number = 13

A field for entering a number.

Password = 7

A field for entering a password.

Radio = 17

A field that allowing a single value to select.

Range = 14

A field for entering a number inside the range.

Reset = 21

A button for resetting the form data.

Search = 3

A control that is used for entering search strings.

Submit = 19

A button for submitting the form result.

Telephone = 4

A control for entering a telephone number.

Text = 2

A control that is a text-field.

Time = 11

A field for entering a time.

Url = 5

A field for entering a URL.

Week = 10

A field for entering a week.