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