IHTMLDialog::get_dialogTopIHTMLDialog::get_dialogTop*
*



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.

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

Up Top of Page


IHTMLDialog::put_dialogTop


HRESULT put_dialogTop(
    VARIANT v
);

Sets the top coordinate of the dialog box.

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


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