Src
A URL that is the source HTML to be displayed in the pop-up
window. If this property is undefined, the pop-up is assumed to be
a simple text string.
C#
|
|
string Src { get; set;
}
|
C++
|
|
HRESULT Src([out, retval]
BSTR* pVal)
HRESULT Src([in] BSTR
pVal)
|