Enum ButtonType

Enum ButtonType

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

This enumeration represents states of the button.

[ComVisible(true)]
public enum ButtonType

Fields

Button = 3

The default ‘button’ state.

Reset = 2

The ‘reset’ state of the button.

Submit = 1

The ‘submit’ state of the button.