Caption
Caption (Get method)
Gets the “Caption” property of the CDialog control.
string MinValue() constReturn 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.
Last updated on