API Documentation > Classes > Interface IpfcMessageDialogOptions
Interface IpfcMessageDialogOptions
Description
This class specifies the options for a message dialog.
User Guide References:
Property Summary
Property
as IpfcMessageButtons [optional]
An array of possible button identifiers to show in the dialog. If null, the dialog will include only an OK button.
Property
as IpfcMessageButton [optional]
The identifier of the default button. If null, the default button will be the OK button.
Property
as 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.
Property
as IpfcMessageDialogType [optional]
The type of icon to show with the message dialog. If null, the dialog will show the Info icon.
Method Summary
Function
Creates a class object for message dialog options.
Property Detail
Property
Buttons
as IpfcMessageButtons [optional]
An array of possible button identifiers to show in the dialog. If null, the dialog will include only an OK button.
Property
DefaultButton
as IpfcMessageButton [optional]
The identifier of the default button. If null, the default button will be the OK button.
Property
DialogLabel
as 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.
Property
MessageDialogType
as IpfcMessageDialogType [optional]
The type of icon to show with the message dialog. If null, the dialog will show the Info icon.
Method Detail
Function
CCpfcMessageDialogOptions.Create
Creates a class object for message dialog options.
Returns:
A pointer to the object
Was this helpful?