unadorned property

Sets or gets the IHTMLDialog3::unadorned property of the dialog window.

Syntax

HRESULT value = object.put_unadorned(BSTR v);HRESULT value = object.get_unadorned(BSTR* p);

Property values

Type: BSTR

One of the values in the Property Values section.

Remarks

An unadorned dialog window looks like a floating div element without a border.

See also

window

Reference

IHTMLWindow2::showModalDialog

IHTMLWindow3::showModelessDialog