| DSSProgressCaption Property |
[This is preliminary documentation and is subject to change.]
(write-only) Caption to appear on the bottom of the DSS Progress form.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string Caption { set; }
Public WriteOnly Property Caption As String
Set
public:
property String^ Caption {
void set (String^ value);
}
member Caption : string with set
function set_Caption(value);
Property Value
Type:
StringSee Also