public final class ButtonType
extends com.aspose.html.internal.ms.System.Enum
This enumeration represents states of the button.
Modifier and Type | Field and Description |
---|---|
static int |
Button
The default 'button' state.
|
static int |
Reset
The 'reset' state of the button.
|
static int |
Submit
The 'submit' state of the button.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final int Submit
The 'submit' state of the button.
public static final int Reset
The 'reset' state of the button.
public static final int Button
The default 'button' state.