IHTMLDialog::get_dialogLeftIHTMLDialog::get_dialogLeft*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLDialog::put_dialogLeft
*Next Topic: IHTMLDialog::put_dialogWidth

IHTMLDialog::get_dialogLeft


HRESULT get_dialogLeft(
    VARIANT *p
);

Retrieves the left coordinate of the dialog box.

p
Address of a VARIANT structure that receives the left coordinate.

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

See also put_dialogLeft

Up Top of Page


IHTMLDialog::put_dialogLeft


HRESULT put_dialogLeft(
    VARIANT v
);

Sets the left coordinate of the dialog box.

v
VARIANT structure containing a string or value specifying the left coordinate.

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

See also get_dialogLeft


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