IConversionManager.SetProgressDialogCaption Method

InfoPath Developer Reference

Sets the caption of the progress dialog box.

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.SetProgressDialogCaption(caption)

expression   An expression that returns an IConversionManager object.

Parameters

Name Required/Optional Data Type Description
caption Required String The caption to display in the title bar of the progress dialog box.

Return Value
[HRESULT]

Remarks

Use the SetProgressDialogCaption method to set the caption of the progress dialog box. The value set using this method can only be set once. Use the SetProgressDialogStatus method to update the text of the progress dialog box to reflect progress.

For more information about implementing the IConversionManager and the IConversionManager2 interfaces, see the InfoPath Developer Portal on the Microsoft Office Developer Center.

This interface, object, member or enumeration is provided by the InfoPath design environment. A reference must be set to the Microsoft Office InfoPath Designer 2.0 Type Library, located at C:\Program Files\Microsoft Office\Office12\IPDESIGN.DLL.

This object or member is used for extending the InfoPath application and is not intended to be used directly from your form code.

See Also