Library | Module

Class pfcMessageDialogOptions



Description

This class specifies the options for a message dialog.



Property Summary

/* optional */ pfcMessageButtonsButtons
An array of possible button identifiers to show in the dialog. If null, the dialog will include only an OK button.
/* optional */ pfcMessageButtonDefaultButton
The identifier of the default button. If null, the default button will be the OK button.
/* optional */ stringDialogLabel
The text to display as the dialog title. If null, the dialog title will be "Info" regardless of the language used by Creo Parametric.
/* optional */ pfcMessageDialogTypeMessageDialogType
 The type of icon to show with the message dialog. If null, the dialog will show the Info icon.



Method Summary

static pfcMessageDialogOptionsCreate ()
Creates a class object for message dialog options.



Property Detail


/* optional */ pfcMessageButtonsButtons

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




/* optional */ pfcMessageButtonDefaultButton

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




/* optional */ stringDialogLabel

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




/* optional */ pfcMessageDialogTypeMessageDialogType

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





Method Detail


static pfcMessageDialogOptionsCreate ()

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