dialogArguments property

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

Gets the variable or array of variables passed into the modal dialog window.

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

Syntax

HRESULT value = object.get_dialogArguments(VARIANT* p);

Property values

Type: VARIANT

the arguments that were passed when the dialog was created.

Remarks

The IHTMLDialog::dialogArguments property applies only to windows that are created with the IHTMLWindow2::showModalDialog method and the IHTMLWindow3::showModelessDialog method.

 

 

Build date: 6/12/2012