dialogWidth property

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

Sets or gets the width of the modal dialog window.

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

Syntax

HRESULT value = object.put_dialogWidth(VARIANT v);HRESULT value = object.get_dialogWidth(VARIANT* p);

Property values

Type: VARIANT

the width of the dialog window.

Remarks

The IHTMLDialog::dialogWidth property applies only to windows that are created by using the IHTMLWindow2::showModalDialog method and the IHTMLWindow3::showModelessDialog method.

When a script calls the IHTMLWindow2::showModalDialog method, it suspends execution until the modal dialog box is closed. As a result, the script cannot use the IHTMLDialog::dialogWidth property to change the appearance of the modal dialog box. To control the appearance of the modal dialog box, use script in the file loaded by the sURL parameter or use the value of the sFeatures parameter to specify the desired settings.

In Windows Internet Explorer 7, the IHTMLDialog::dialogWidth property returns the width of the content area and no longer includes the width of the frame.

The default unit of measure for dialogHeight and dialogWidth in Microsoft Internet Explorer 4.0 is the em; in Microsoft Internet Explorer 5 it is the pixel. The value can be an integer or floating-point number, followed by an absolute units designator (cm, mm, in, pt, or pc), or a relative units designator (em, ex, or px). For consistent results, specify the dialogHeight and dialogWidth in pixels when you design modal dialog boxes.

 

 

Build date: 6/12/2012