427 B
427 B
Caption (Get method)
Gets the "Caption" property of the CDialog control.
string MinValue() const
Return Value
The "Caption" property.
Caption (Set method)
Sets the "Caption" property of the CDialog control.
bool Caption(
const string text // text
)
Parameters
text
[in] New value of "Caption" property.
Return Value
true - successful, otherwise - false.