[Visual
Basic] imagekitcontrolname.Effect.Caption
[= String ]
[Visual
C++] [CString =
]imagekitcontrolname.GetEffect().GetCaption()
imagekitcontrolname.GetEffect().SetCaption(LPCTSTR Val)
imagekitcontrolname.GetEffect().SetCaption(LPCTSTR Val)
Property Value
The text that is displayed on the title bar in the progress dialog
Explanation
The Caption property sets the text that is displayed on the title bar in the progress dialog. If the ButtonName, Caption, and Message properties have not been set, the progress dialog will not appear and the Progress event will be generated. Conversely, if text has been set in any one of these properties, the progress dialog will appear and the Progress event will not be generated.
Setting this value
This value can be set during execution.Retrieving this value
This value is retrieved during execution.