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.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLDialog::put_dialogWidth
HRESULT put_dialogWidth( VARIANT v );Sets the width 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 width.
This property applies only to windows created using the showModalDialog method.
See also get_dialogWidth
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.