ButtonType Enum

ButtonType enumeration

This enumeration represents states of the button.

public enum ButtonType

Values

NameValueDescription
Submit1The ‘submit’ state of the button.
Reset2The ‘reset’ state of the button.
Button3The default ‘button’ state.

See Also