IHTMLDialog::get_dialogHeightIHTMLDialog::get_dialogHeight*
*



Contents  *



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

IHTMLDialog::get_dialogHeight


HRESULT get_dialogHeight(
    VARIANT *p
);

Retrieves the height of the dialog box.

p
Address of a VARIANT structure that receives the height.

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

See also put_dialogHeight

Up Top of Page


IHTMLDialog::put_dialogHeight


HRESULT put_dialogHeight(
    VARIANT v
);

Sets the height of the dialog box.

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

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

See also get_dialogHeight


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