Gets and sets 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.
JavaScript |
|
Src |
C# |
|
string Src { get; set; } |
C++ |
|
HRESULT Src([out, retval] BSTR* pVal) HRESULT Src([in] BSTR pVal) |