Contents Index Topic Contents | ||
Previous Topic: IHTMLDialog::put_dialogTop Next Topic: IHTMLDialog::put_dialogLeft |
IHTMLDialog::get_dialogTop
HRESULT get_dialogTop( VARIANT *p );Retrieves the top coordinate of the dialog box.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that receives the top coordinate.
This property applies only to windows created using the showModalDialog method.
See also put_dialogTop
IHTMLDialog::put_dialogTop
HRESULT put_dialogTop( VARIANT v );Sets the top coordinate of the dialog box.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure containing either a string or value specifying the top coordinate.
This property applies only to windows created using the showModalDialog method.
See also get_dialogTop
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.