type property
Gets the classification and default behavior of the button.
Syntax
HRESULT value = object.get_type(* p);
Property values
Type: BSTR
button
-
Default. Creates a Command button.
reset
-
Creates a Reset button. If the button is in a form, it resets the fields in the form to their initial values.
submit
-
Creates a Submit button. If the button is in a form, it submits the form.
Build date: 11/12/2012