The Message property displays text in the center of the progress dialog.
[Visual
Basic] imagekitcontrolname.File.Message
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetFile().GetMessage()
imagekitcontrolname.GetFile().SetMessage(LPCTSTR Val)
imagekitcontrolname.GetFile().SetMessage(LPCTSTR Val)
Property Value
A string value that is displayed in the center in the progress dialog
Explanation
The Message property displays text in the center of the progress dialog. If the ButtonName, Caption, and Message properties have not been set, the progress dialog box will not appear and the Progress event will be generated. On the other hand, if text has been set in any one of these properties, the progress dialog box will appear and the Progress event will not be generated.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.