dialogArguments property
Gets the variable or array of variables passed into the modal dialog window.
This property is not supported for Windows Store apps built for Windows using JavaScript.
Syntax
HRESULT value = object.get_dialogArguments(* 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: 11/12/2012