Gets and sets the caption of the pop-up. If the caption is undefined, the pop-up will have no caption.
JavaScript |
|
Caption |
C# |
|
string Caption { get; set; } |
C++ |
|
HRESULT Caption([out, retval] BSTR* pVal) HRESULT Caption([in] BSTR pVal) |