This property sets the text that is displayed on the title bar in the progress dialog when the RasterToVector method is executing
[Visual
Basic] imagekitcontrolname.Vector.Caption
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetVector().GetCaption()
imagekitcontrolname.GetVector().SetCaption(LPCTSTR Val)
imagekitcontrolname.GetVector().SetCaption(LPCTSTR Val)
Property Value
The text that is displayed on the title bar in the progress dialog when the RasterToVector method is executing
Explanation
The Caption property sets the text that is displayed on the title bar in the progress dialog when the RasterToVector method is executing. 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 at run-time.Retrieving this value
This value can be retrieved at run-time.