returnValue property

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

Sets or gets the value returned from the modal dialog window.

This property is not supported for Metro style apps using JavaScript.

Syntax

HRESULT value = object.put_returnValue(VARIANT v);HRESULT value = object.get_returnValue(VARIANT* p);

Property values

Type: VARIANT

the value returned from the window.

Remarks

This property applies only to windows created by using the IHTMLWindow2::showModalDialog method.

For event handler functions, the value of this property takes precedence over values returned by the function, such as through a return statement.

 

 

Build date: 6/12/2012