Library | Module

Interface IpfcMessageDialogOptions



Description

This class specifies the options for a message dialog.



Property Summary

PropertyButtonsas IpfcMessageButtons [optional]
An array of possible button identifiers to show in the dialog. If null, the dialog will include only an OK button.
PropertyDefaultButtonas IpfcMessageButton [optional]
The identifier of the default button. If null, the default button will be the OK button.
PropertyDialogLabelas String [optional]
The text to display as the dialog title. If null, the dialog title will be "Info" regardless of the language used by Creo Parametric.
PropertyMessageDialogTypeas IpfcMessageDialogType [optional]
 The type of icon to show with the message dialog. If null, the dialog will show the Info icon.



Method Summary

FunctionCCpfcMessageDialogOptions.Create () as IpfcMessageDialogOptions
Creates a class object for message dialog options.



Property Detail


PropertyButtonsas IpfcMessageButtons [optional]

An array of possible button identifiers to show in the dialog. If null, the dialog will include only an OK button.




PropertyDefaultButtonas IpfcMessageButton [optional]

The identifier of the default button. If null, the default button will be the OK button.




PropertyDialogLabelas String [optional]

The text to display as the dialog title. If null, the dialog title will be "Info" regardless of the language used by Creo Parametric.




PropertyMessageDialogTypeas IpfcMessageDialogType [optional]

 The type of icon to show with the message dialog. If null, the dialog will show the Info icon.





Method Detail


FunctionCCpfcMessageDialogOptions.Create () as IpfcMessageDialogOptions

Creates a class object for message dialog options.
Returns:
A pointer to the object