InnerHTML
If the src property is undefined, the pop-up window utilizes a HTML page and lets the user modify its innerHTML as in a regular HTML web page.
C#
|
|
string InnerHTML { get; set; }
|
C++
|
|
HRESULT InnerHTML([out, retval] BSTR* pVal)
HRESULT InnerHTML([in] BSTR pVal
|