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.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLDialog::put_dialogHeight
HRESULT put_dialogHeight( VARIANT v );Sets the height of the dialog box.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.