Constructs a submit or reset button form field <INPUT>.
label contains text that the VI includes before the INPUT tag in the html form content out string.
html form content in is a string to which the HTML code created by the VI is appended.
name specifies the parameter name of the field. If you do not wire the control, the VI does not add a NAME tag to the output string.
type specifies the type of button form field you want the VI to create. The default specifies a submit button form field.
You also can specify a reset button form field.
value specifies the text displayed in the button. If you do not wire the control, the VI does not add a VALUE tag to the output string.
html form content out contains label, html form content in, and the HTML code that the VI constructs.