IHTMLDialog::get_dialogWidthIHTMLDialog::get_dialogWidth*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLDialog::put_dialogWidth
*Next Topic: IHTMLDialog::put_dialogHeight

IHTMLDialog::get_dialogWidth


HRESULT get_dialogWidth(
    VARIANT *p
);

Retrieves the width of the dialog box.

p
Address of a VARIANT structure that receives the width.

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

See also put_dialogWidth

Up Top of Page


IHTMLDialog::put_dialogWidth


HRESULT put_dialogWidth(
    VARIANT v
);

Sets the width of the dialog box.

v
VARIANT structure that contains a string or value specifying the width.

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

See also get_dialogWidth


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.