type property

[This documentation is preliminary and is subject to change.]

Gets the classification and default behavior of the button.

Syntax

HRESULT value = object.get_type(BSTR* 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: 6/12/2012