0 out of 1 rated this helpful - Rate this topic

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.