InnerText
If both src and innerHTML properties are undefined, the pop-up window is a simple text string. The text string is determined via this property.
C#
|
|
string InnerText { get; set; }
|
C++
|
|
HRESULT InnerText([out, retval] BSTR* pVal)
HRESULT InnerText([in] BSTR pVal)
|